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

{% if Sections %}
{% for Section in Sections %} {% endfor %}
Nom Nom technique Section parente Contient membres Contient contacts
{{ Section.Name }} {{ Section.ShortName }} {% if Section.ParentSectionID %} {{ Section.ParentSection.Name }} {% else %} N/A {% endif %} {% if Section.ContainsMembers %} Oui {% else %} Non {% endif %} {% if Section.ContainsContacts %} Oui {% else %} Non {% endif %}
{% else %}
Pas de section pour le moment
{% endif %}
Ajouter
{% endblock %}