{# -*- engine:django -*- #} {% load i18n static any_js sass_tags %} {% load render_table from django_tables2 %} {% get_current_language as LANGUAGE_CODE %} {% include "core/partials/meta.html" %} {% blocktrans %}Invoice{% endblocktrans %} – {{ SITE_PREFERENCES.general__title }} {% include_css "material-design-icons" %} {% include_css "Roboto100" %} {% include_css "Roboto300" %} {% include_css "Roboto400" %} {% include_css "Roboto500" %} {% include_css "Roboto700" %} {% include_css "Roboto900" %} {% include_css "paper-css" %}
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.date }}

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

{% render_table invoice.purchased_items_table %} {% render_table invoice.totals_table %} {% if invoice.variant == "pledge" %}

{% blocktrans %} Please make the payment with a member of the board or by bank transfer to the following account: {% endblocktrans %}

Bank: Sparkasse KölnBonn
IBAN: DE31 3705 0198 1933 0485 46
BIC: COLSDE33XXX
{% else %}

{% blocktrans %} The payment will be made via: {% endblocktrans %} {{ invoice.get_variant_name }}

{% endif %} {% if invoice.due_date %}

{% blocktrans %} The payment is due on {% endblocktrans %} {{ invoice.due_date }}

{% endif %}