{% extends "main.html" %} {% block title %}Inscription au portail des écoles de l'INP{% endblock %} {% load bootstrap4 %} {% load static %} {% 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 %}

Nouvelle inscription

{% bootstrap_form form %}
{% endblock %}