{% 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 }} 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 %}
{% if not force_plugin %}
{% endif %}
{% trans %}Payment information{% endtrans %}
{% endblock %}