{% load i18n %} {% load money %}
{% if info.referencia %}
{% trans "Entity" %}
{{ info.entidade }}
{% trans "Reference" %}
{{ info.referencia }}
{% trans "Amount" %}
{{ payment.amount|money:payment.order.event.currency }}
{% if info.expiry %}
{% trans "Valid until" %}
{{ info.expiry }}
{% endif %} {% if info.identifier %}
{% trans "Identifier" %}
{{ info.identifier }}
{% endif %}
{% else %}

{% trans "No Multibanco reference on record." %}

{% endif %}