{% load i18n %}{% load l10n %}{% load money %}

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

{{ bank }}

Amount: {{ total }}
Reference code/number (viitenumero): {{ viitenumero }}
{% endblocktrans %}
