Nom
{{ Section.Name }}
Nom technique
{{ Section.ShortName }}
Section parente
{% if Section.ParentSectionID %}
{{ Section.ParentSection.Name }}
{% else %}
N/A
{% endif %}
Contient des membres
{% if Section.ContainsMembers %}Oui{% else %}Non{% endif %}
Contient des contacts
{% if Section.ContainsContacts %}Oui{% else %}Non{% endif %}
{% endblock %}