{% load i18n %} {% load l10n %} {% load commadecimal %} {% load static %} {% load dotdecimal %} {% load ibanformat %} {% load money %} {% load unidecode %} {% load rich_text %} {% if pending_description %} {{ pending_description|rich_text }} {% endif %}

{% blocktrans trimmed %} Please transfer the full amount to the following bank account: {% endblocktrans %}

{% if settings.bank_details_type == "sepa" %}
{% trans "Account holder" %}:
{{ settings.bank_details_sepa_name }}
{% trans "IBAN" %}:
{{ settings.bank_details_sepa_iban|ibanformat }}
{% trans "BIC" %}:
{{ settings.bank_details_sepa_bic }}
{% trans "Bank" %}:
{{ settings.bank_details_sepa_bank }} {% if details %}
{% endif %} {% endif %} {% if details %} {{ details|linebreaks }}
{% endif %} {% if not settings.bank_details_type == "sepa" and not details %}
{% endif %}
{% trans "Amount:" %}
{{ amount|money:event.currency }}
{% trans "Reference code (important):" %}
{{ code }}

{% trans "After you sent the bank transfer, you can close this window. We will send you an email as soon as we received your payment." %}

{% if settings.bank_details_type == "sepa" and any_barcodes %} {% endif %}
{% if swiss_qrbill %} {% endif %}