{% load i18n %}
{% load money %}
{% blocktrans trimmed %}To complete your payment, use the following Multibanco details:{% endblocktrans %}

{% 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 }}
{% if info.expiry %}{% trans "Valid until" %}: {{ info.expiry }}{% endif %}

{% blocktrans trimmed %}Pay at any ATM or through your bank's online portal (homebanking). Your order will be confirmed automatically once the payment is received.{% endblocktrans %}
