{% extends "layouts/main.html" %} {% block main %}
| Nom | Section parente | Membres | Contacts |
|---|---|---|---|
| {{ Section.Name }} | {% if Section.ParentSectionID %} {{ Section.ParentSection.Name }} {% else %} Non {% endif %} | {% if Section.ContainsMembers %} Oui {% else %} Non {% endif %} | {% if Section.ContainsContacts %} Oui {% else %} Non {% endif %} |