{# -*- engine:django -*- #} {% extends "core/base_print.html" %} {% load i18n %} {% load render_table from django_tables2 %} {% block browser_title %}{% blocktrans %}Invoice{% endblocktrans %}{% endblock %} {% block page_title %}{% blocktrans %}Invoice{% endblocktrans %}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Teckids e.V. · Kennedyallee 18 · 53175 Bonn

{{ invoice.billing_first_name }} {{ invoice.billing_last_name }}

{{ invoice.billing_address_1 }}

{{ invoice.billing_address_2 }}

{{ invoice.billing_postcode }} {{ invoice.billing_city }}

mail
 
 
Teckids e.V.
Kennedyallee 18
53175 Bonn
phone
+49 228 9293416–0
fax
+49 228 9293416–9
alternate_email
verein@teckids.org
info
https://www.teckids.org/
{{ invoice.created }}

{% trans "Invoice" %} {{ invoice.transaction_id }}

{% render_table invoice.purchased_items_table %} {% render_table invoice.totals_table %} {% if invoice.variant == "transfer" %} {% blocktrans %} Please make the payment with a member of the board or by bank transfer to the following account within 7 days: {% endblocktrans %}
Bank: Sparkasse KölnBonn
IBAN: DE31 3705 0198 1933 0485 46
BIC: COLSDE33XXX
{% endif %} {% if invoice.variant == "sepa" %} {% blocktrans %} The payment will be withdrawn using SEPA direct debit from your bank account. {% endblocktrans %} {% endif %}
{% endblock %}