diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_confirm.html b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_confirm.html index 7c2ac0e88..f62dcaeb2 100644 --- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_confirm.html +++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_confirm.html @@ -2,33 +2,41 @@ {% load ibanformat %} {% load bootstrap3 %} -
{% blocktrans trimmed %} - After completing your purchase, we will ask you to transfer the money to the following - bank account, using a personal reference code: -{% endblocktrans %}
+{% if details or code %} +{% blocktrans trimmed %} + After completing your purchase, we will ask you to transfer the money to the following + bank account, using a personal reference code: + {% endblocktrans %}
-{% if settings.bank_details_type == "sepa" %} -+ + {% trans "We will assign you a personal reference code to use after you completed the order." %} + +
+ {% endif %} {% else %} -- - {% trans "We will assign you a personal reference code to use after you completed the order." %} - -
+{% blocktrans trimmed %} + After completing your purchase, we will ask you to transfer the money to our bank account, using a personal + reference code. + {% endblocktrans %}
{% endif %} {% if request.session.payment_banktransfer_send_invoice and request.session.payment_banktransfer_send_invoice_to %}diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html index b39c04acd..7f74955da 100644 --- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html +++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/checkout_payment_form.html @@ -2,33 +2,41 @@ {% load ibanformat %} {% load bootstrap3 %} -
{% blocktrans trimmed %} - After completing your purchase, we will ask you to transfer the money to the following - bank account, using a personal reference code: -{% endblocktrans %}
+{% if details or code %} +{% blocktrans trimmed %} + After completing your purchase, we will ask you to transfer the money to the following + bank account, using a personal reference code: + {% endblocktrans %}
-{% if settings.bank_details_type == "sepa" %} -+ + {% trans "We will assign you a personal reference code to use after you completed the order." %} + +
+ {% endif %} {% else %} -- - {% trans "We will assign you a personal reference code to use after you completed the order." %} - -
+{% blocktrans trimmed %} + After completing your purchase, we will ask you to transfer the money to our bank account, using a personal + reference code. + {% endblocktrans %}
{% endif %} {% if form.fields %}