{% load i18n %}
{% blocktrans trimmed %} Your order has been successfully received. Make the payment via Pix by scanning the QR Code below or copy and paste the following code into your banking app. {% endblocktrans %}
{{ pix_code }}
{% blocktrans trimmed %} After making payment, send proof of payment to {{ proof_of_payment_email }}, including your order code {{ order_code }} in the subject line. {% endblocktrans %}
{% blocktrans trimmed %} IMPORTANT: Payment confirmation is handled manually by the event organizers. Therefore, if you do not send proof of payment, your order will remain pending payment, preventing you from checking in. {% endblocktrans %}
{% blocktrans trimmed %} If you have any questions regarding your order, please contact the event organizers {% endblocktrans %} {% if contact_mail %}{% blocktrans trimmed %}at {{ contact_mail }}{% endblocktrans %}{% endif %}.