{% extends "note/base.html" %} {% 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 1A" %}
  • {% trans "Inscription 2A+" %}
  • {% endif %} {% if haswei %}
  • {% trans "Liste des inscrits (1A)" %}
  • {% trans "Liste des inscrits (2A+)" %}
  • {% endif %} {% endblock %} {% block content %}
    {% if haswei %}
    {% csrf_token %} {% include "note/form_contents.html" %}
    {% else %}

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

    {% endif %}
    {% endblock %}