• {% if user.is_authenticated %} Tableau de bord {% else %} Accueil {% endif %}
  • Liste des associations
  • {% if capabilities %}
  • Gérer « {{ association }} »
    {% for icon, text, uri in capabilities %} {{ text }} {% endfor %}
  • {% endif %} {% if export %}
  • Exporter les données
    {% for icon, text, arg in export %} {{ text }} {% endfor %}
  • {% endif %}