{% extends request.content_only|yesno:"empty.html,base.html" %} {% load crispy_forms_filters i18n %} {% block content %} {% if payment.valid is False %}
{% blocktrans trimmed with amount=payment.amount %} You must pay {{ amount }} € for your registration. {% endblocktrans %} {% if payment.grouped %} {% blocktrans trimmed %} This price includes the registrations of all members of your team. {% endblocktrans %} {% else %} {% blocktrans trimmed %} This price includes only your own registration. You are exempt from payment if you have a scholarship, but you must then send us a proof of your scholarship. {% endblocktrans %} {% endif %}
{% if payment.grouped %} {% blocktrans trimmed %} You want finally that each member pays its own registration? Then click on the button: {% endblocktrans %}
{% else %} {% blocktrans trimmed %} You want to pay for the registrations of all members of your team, or your school will pay for all registrations? Then click on the button: {% endblocktrans %} {% endif %}