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

{% trans "Back to single payments" %}
{% 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 %}
{% trans "Group the payments of my team" %}
{% endif %}

Le paiement par carte bancaire s'effectue via Hello Asso. Pour cela, vous pouvez cliquer sur le bouton ci-dessous, qui vous redirigera vers la page de paiement sécurisée de Hello Asso. La validation du paiement sera ensuite faite automatiquement, sous quelques minutes. Si un tiers doit payer pour vous (parents, lycée,…), vous pouvez lui transmettre le lien pour payer pour vous.
{% csrf_token %} {{ bank_transfer_form|crispy }}
{% csrf_token %} {{ scholarship_form|crispy }}
{% csrf_token %} {{ other_form|crispy }}
{% endif %} {% endblock content %} {% block extrajavascript %} {% endblock %}