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

Sections
{% if Sections %} {% for Section in Sections %}
Section parente
{% if Section.ParentSectionID %} {{ Section.ParentSection.Name }} {% else %} Pas de section parente {% endif %}
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 %}
{% endblock %}