+
+ {% if "auth.user"|model_list_length >= 2 %}
+
+ {% trans 'Users' %}
+
+ {% endif %}
+ {% if "member.club"|not_empty_model_list %}
+
+ {% trans 'Clubs' %}
+
+ {% endif %}
+ {% if "activity.activity"|not_empty_model_list %}
+
+ {% trans 'Activities' %}
+
+ {% endif %}
+ {% if "treasury.invoice"|not_empty_model_list %}
+
+ {% trans 'Treasury' %}
+
+ {% endif %}
+ {% if "wei.weiclub"|not_empty_model_list %}
+
+ {% trans 'WEI' %}
+
+ {% endif %}
+ {% if request.user.is_authenticated %}
+
+ {% trans 'Rights' %}
+
+ {% endif %}
+ {% if request.user.is_staff and ""|has_perm:user %}
+
+ {% trans 'Admin' %}
+
+ {% endif %}
+
+
+ {% if request.user.is_authenticated %}
+ -
+
+
+
+ {% else %}
+ {% if request.path != "/registration/signup/" %}
+ -
+
+ S'inscrire
+
+
+ {% endif %}
+ {% if request.path != "/accounts/login/" %}
+ -
+
+ Se connecter
+
+
+ {% endif %}
+ {% endif %}
+
+