Clicking on the Pay now button you will get redirected to the PayPal 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) }}