{% if user.is_authenticated %}
  • Mon tableau de bord
  • S'engager pour une association
  • {% 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 %} {% else %}
  • Accueil
  • {% endif %}