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

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

{% trans "Reference code (important):" %}
{{ code }}
{% trans "Amount:" %}
{{ amount|money:event.currency }}
{% 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 }}
{% endif %}
{% if details %} {{ details | rich_text }} {% endif %}

{% trans "There is no further action required on this website." %} {% trans "We will send you an email as soon as we received your payment." %}

{% if payment_qr_codes %} {% include "pretixpresale/event/payment_qr_codes.html" %} {% endif %}