Clicking on the {% trans %}Pay Now{% endtrans %} button you will get redirected to the SixPay site in order to complete your transaction.
{% 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) }}