{% 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 |
{% 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 %}