{% 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 %}