{% load i18n %}{% load l10n %}{% load money %}{% blocktrans with bank=details|safe code=order.full_code total=order.total|money:event.currency %}
Please transfer the full amount to the following bank account.

    Reference: {{ code }}
    Amount: {{ total }}
{{ bank }}
{% endblocktrans %}
