{% load i18n %} {% load money %}
| {% trans "Entity" %} | {{ info.entidade }} |
|---|---|
| {% trans "Reference" %} | {{ info.referencia|slice:":3" }} {{ info.referencia|slice:"3:6" }} {{ info.referencia|slice:"6:" }} |
| {% trans "Amount" %} | {{ payment.amount|money:payment.order.event.currency }} |
| {% trans "Valid until" %} | {{ info.expiry }} |
{% blocktrans trimmed %} Pay at any ATM (Caixa Automático) or through your bank's online portal (homebanking). Your order will be confirmed automatically once the payment is received. {% endblocktrans %}
{% else %}{% trans "Payment reference is being generated. Please refresh this page in a moment." %}
{% endif %}