{% set nb = 1 %} {% for item in menu %}
  • {% if item.label is defined %}{% endif %} {% set totalBadge = 0 %} {% for sub in item.submenus %} {% if sub.badge is defined and sub.badge %} {% set totalBadge = totalBadge + sub.badge %} {% endif %} {% endfor %} {% if totalBadge > 0 %} {{ totalBadge }} {% endif %}
  • {% set nb = nb + 1 %} {% endfor %}
Logo-Dark
{% set nb = 1 %} {% for item in menu %}
    {% if item.profil is defined and item.profil %}
    {% if item.photo is not null %} image de profil {% else %} {% set initials = item.label|slice(0, 1)|upper %} {{ initials }} {% endif %}
    {{ item.label }}
    {{ item.poste }}
    {% endif %} {% if item.submenus is defined and item.submenus|length > 0 %} {% for sub in item.submenus %} {% if sub.url is defined %} {% if sub.url == '' %}
  • {{ sub.label }}
  • {% else %}
  • {{ sub.label }}
    {% if sub.badge is defined and sub.badge %} {{ sub.badge }} {% endif %}
  • {% endif %}{% endif %} {% endfor %} {% endif %}
{% set nb = nb + 1 %} {% endfor %}
  • Galeries photos
    Événements
    Messagerie
    {% if globalVariable.isAdmin %}
  • {% endif %}
  • 0
    Notifications
    0 new
    Aucune notification
  • {% if globalVariable.user.image is null %} matdash-img {% else %} matdash-img {% endif %}
    {% if globalVariable.user.image is null %} matdash-img {% else %} matdash-img {% endif %}
    {{globalVariable.user.prenom}} {{globalVariable.user.nom}}

    {{globalVariable.user.email}}

    Mon Profil Se déconnecter
  • capsule-img