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

{% blocktrans trimmed %} Please write a cheque for the full amount, with the following reference: {% endblocktrans %}

{{ details|linebreaksbr }}
{% trans "Amount:" %} {{ order.total|localize }} {{ event.currency }}
{% trans "Reference code (important):" %} {{ order.full_code }}
        Reference: {{ order.full_code }}
        Amount: {{ order.total|localize }} {{ event.currency }}

{{ details|linebreaksbr }}