{% extends "layouts/main.html" %} {% block main %}

{% if Sections %}
{% if Errors %}
    {% for Error in Errors %}
  • {{ Error }}
  • {% endfor %}
{% endif %} {% for Section in Sections %}
{{ Section.Name }}
{% endfor %}
{% else %}
Pas de section pour le moment
{% endif %}
{% endblock %}