diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/email/order_pending.txt b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/email/order_pending.txt index 84318ea2f..002cb625a 100644 --- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/email/order_pending.txt +++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/email/order_pending.txt @@ -1,6 +1,8 @@ {% load i18n %}{% load l10n %}{% blocktrans with bank=details code=order.full_code total=order.total|localize currency=event.currency %} Please transfer the full amount to the following bank account. +``` Reference: {{ code }} Amount: {{ total }} {{ currency }} -{{ bank }}{% endblocktrans %} +{{ bank }} +```{% endblocktrans %}