{# templates/_header.html.twig #} {% set currentRoute = app.request.attributes.get('_route') %} {# BOUTON BURGER (Mobile) - Déclenche la sidebar #} {% if ma_societe and ma_societe.logo %} {% else %} {# Logo par défaut si aucun logo n'est configuré #} {% endif %} {# {% if is_granted('ROLE_SUPERVISEUR') %} Action Rapide Nouveau Programme Nouvelle Souscription Nouveau Client Encaisser Paiement {% endif %} #} {# WIDGETS DE DROITE #} {# 1. RECHERCHE GLOBALE #} {# 2. NOTIFICATIONS #} 0 Notifications {# Retard de paiement Client: Kouassi (Lot B20) #} {# 3. PROFIL UTILISATEUR #} {{ app.user.nom|slice(0, 1) }}{{ app.user.prenoms|slice(0, 1) }} {{ app.user.prenoms }} {% if app.user.photo %} {% else %} {# Génération d'un avatar avec initiales #} {{ app.user.nom|slice(0, 1) }}{{ app.user.prenoms|slice(0, 1) }} {% endif %} {{ app.user.nom }} {{ app.user.prenoms }} {# Affiche le rôle principal sans le préfixe ROLE_ #} {{ app.user.roles[0]|replace({'ROLE_': ''}) }} Mon Profil Déconnexion