{% extends "main.html" %} {% load http_s %} {% load static %} {% block title %}Inscription à l'AE{% endblock %} {% block content %}
{% if page is not None %} {% if peut_editer %}

Éditer cette page



{% endif %} {{ page.contenu.as_html }} {% else %} {% if peut_editer %}

Ajouter du contenu



{% endif %} {% endif %}
S'inscrire
{% endblock %}