{% trans %} Clicking on the Pay Now button will redirect you to the Open Collective site in order to complete your payment. {% 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 -%}
{% from 'message_box.html' import message_box %} {% call message_box('info') %} {% trans %} After completing payment on Open Collective, You will see a warning message that your request is being redirected to outside of Open Collective. Check the redirect URL then click Continue on that screen. So that you can get redirected back to registration then have your payment result processed. {% endtrans %} {% endcall %}