Changeset - 9a953c853161
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2014-01-27 22:47:56
dennis.fink@c3l.lu
spellchecking
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/donate/wiretransfer.html
Show inline comments
 
{% extends "base.html" %}
 

	
 
{% set title = "Donate - Wiretransfer" %}
 

	
 
{% block content %}
 
  <div class="col-md-4 text-center">
 
    <img src="{{ url_for('static', filename='images/WireTransfer.png') }}" class="img-rounded" alt="WireTransfer" width="135"></img>
 
    <h2>Wiretransfer</h2>
 
  </div>
 
  <div class="col-md-8">
 
    <blockquote>
 
      <p>"<em>This may be the purest form of democracy the world has ever known, and I — for one — am thrilled to be here to watch it unfold.</em>"</p>
 
      <small>Paco Ahlgren<citi"Source Title"></cite></small>
 
    </blockquote>
 

	
 
    <p><strong>Wire Transfer</strong> is probably the most traditional way to support us, but one of the simplest. Please, find our bank information below.</p>
 
    <div class="alert-info text-center">
 
      <strong>Either donate direclty to us, or proxy your money through one of our partners.</strong>
 
    </div>
 
    <br>
 
    <strong>Account holder:</strong> Frënn vun der Ënn A.S.B.L.<br>
 
    <strong>BIC/SWIFT:</strong> BCEELULL<br>
 
    <strong>IBAN:</strong> LU65 0019 4055 6782 7000<br>
 
		<br>
 
    
 
    <h4>Partner Organizations</h4>
 
    <strong>Account holder:</strong> Chaos Computer Club Lëtzebuerg A.S.B.L.<br>
 
    <strong>BIC/SWIFT:</strong> BCEELUL<br>
 
    <strong>BIC/SWIFT:</strong> BCEELULL<br>
 
    <strong>IBAN:</strong> LU29 0019 2855 3890 4000<br>
 
    <strong>Subject:</strong> * to FVDE<br>
 
  </div>
 
{% endblock %}
0 comments (0 inline, 0 general)