+
{% if Sections %}
-
-
-
-
- | Nom |
- Section parente |
- Membres |
- Contacts |
-
-
-
- {% for Section in Sections %}
-
- |
-
- {{ 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 %}
- |
-
- {% endfor %}
-
-
-
+ {% for Section in Sections %}
+
+
+
+
+
+
+
+
+
Membres
+
+ {% if Section.ContainsMembers %}
+ Oui
+ {% else %}
+ Non
+ {% endif %}
+
+
+
+
+
Sympathisants
+
+ {% if Section.ContainsContacts %}
+ Oui
+ {% else %}
+ Non
+ {% endif %}
+
+
+
+
+
+ {% endfor %}
{% else %}
Pas de section pour le moment
{% endif %}