{% trans %} Clicking on the Pay Now button will take you to the payment page. Please verify the details below before proceeding. Next page will show the final amount including the payment gateway fee. {% endtrans %}
{% trans %}First name{% endtrans %}
{{ registration.first_name }}
{% trans %}Last name{% endtrans %}
{{ registration.last_name }}
{% trans %}Total amount{% endtrans %}
{{ format_currency(amount, currency, locale=session.lang) }}
{%- trans %}Pay Now{% endtrans -%}