{% if event.type == 'conference' %} {% extends 'events/registration/display/_event_registration_base.html' %} {% else %} {% extends 'events/registration/display/_meeting_registration_base.html' %} {% endif %} {% block subtitle %} {{ regform.title }}: {% trans %}Checkout{% endtrans %} {% endblock %} {% block content %}
{% trans price=registration.render_price() -%} You need to pay {{ price }} ( + VAT at the appropriate rate) for your registration. {%- endtrans %} {% if force_plugin %} {% trans payment_method=force_plugin[1].get_method_name(event) -%} You can pay using {{ payment_method }}. {%- endtrans %} {% else %} {% trans -%} Please select a payment method below to see the final price. {%- endtrans %} {% endif %}

Important: Please select your payment method carefully. Once you have processed your payment with one method you cannot change it.

Selecting Credit Card payments will take you to our on-line payment’s provider where you will be asked to pay via Credit Card. Selecting Bank Transfer will only issue an invoice and you will need to make alternate arrangements to pay (Our bank details are available on the invoice).

If you wish to change your payment method, please ask the meeting organiser to reset your payment method.

{% if not force_plugin %}
{% endif %}
{% trans %}Payment information{% endtrans %}
{% endblock %}