{% extends "layouts/main.html" %} {% block main %}
| 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 %} |