Files @ d4e0b2290656
Branch filter:

Location: FVDE/ennstatus/ennstatus/templates/donate/wiretransfer.html

Dennis Fink
corrected BIC
{% 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>IBAN:</strong> LU29 0019 2855 3890 4000<br>
    <strong>Subject:</strong> * to FVDE<br>
  </div>
{% endblock %}