{% extends "note/base.html" %} {% load note_templatetags %} {% load i18n %} {% block title %}Inscription{% endblock %} {% block applets %}
  • {% trans "Consignes d'inscription" %}
  • {% if myself and is_personne %}
  • {% trans "Mon inscription au WEI" %}
  • {% endif %} {% if inscriptions %}
  • {% trans "Inscription 2A+" %}
  • {% endif %} {% if haswei %}
  • {% trans "Liste des inscrits (1A)" %}
  • {% trans "Liste des inscrits (2A+)" %}
  • {% trans "Gestion de l'application WEI" %}
  • {% endif %} {% endblock %} {% block content %} {% if inscriptions and wei_1a_available and form %}
    {% csrf_token %} {% include "note/form_contents.html" %}
    {% elif inscriptions and wei_1a_available %}

    {% trans "Le formulaire 1A sera bientôt disponible." %}

    {% elif inscriptions %}

    {% trans "Les inscriptions au WEI pour les 1A ne sont pas encore ouvertes." %}

    {% else %}

    {% trans "Vous n'avez pas accès à cette page." %}

    {% endif %} {% endblock %}