{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Welcome onto the registration site of the" %} 𝕋𝔽𝕁𝕄² !

{% trans "You want to participate to the 𝕋𝔽𝕁𝕄² ?" %}
{% trans "Your team is already complete?" %}

{% trans "How does it work?" %}

{% url "registration:signup" as signup_url %} {% blocktrans trimmed %} To participate to the 𝕋𝔽𝕁𝕄², you just need to create an account on the Registration page. You will then have to confirm your email address. {% endblocktrans %}

{% url "login" as login_url %} {% blocktrans trimmed %} You can access your account via the Login page. Once logged in, you will be able to create a team or join one already created by one of your comrades via an access code that will have been transmitted to you. You will then be invited to submit a right to image authorization, essential for the smooth running of the 𝕋𝔽𝕁𝕄². Once your team has at least 4 participants (maximum 6) and a supervisor, you can request to validate your team to be able to work on the problems of your choice. {% endblocktrans %}

{% trans "I can't find a team, help me!" %}

{% blocktrans trimmed %} You can contact us at the address contact@tfjm.org so that we can help you get in touch with other participants who are also looking for a team. {% endblocktrans %}

{% trans "I have a question" %}

{% blocktrans trimmed %} Do not hesitate to consult the documentation of the site, to check if the answer is not already there. Also refer of course to the 𝕋𝔽𝕁𝕄² rules. For any other question, do not hesitate to contact us by email at the address contact@tfjm.org . {% endblocktrans %}

{% trans "Save the dates!" %} {% trans "If you don't end your registration by the indicated deadline, you will unfortunately not be able to participate in the 𝕋𝔽𝕁𝕄²." %}
{% endblock %}