{# templates/menu.html.twig #} {# #} {% if is_granted('ROLE_ADMIN') or is_granted('ROLE_PROD') %} Accueil {% endif %} {% if is_granted('ROLE_ADMIN') %} Utilisateurs Paramètres {% endif %} {% if is_granted('ROLE_ADMIN') or is_granted('ROLE_PROD') %} Import Feuille collé Affaires Organisation des Bancs Planification OF Stock {% endif %} {% if is_granted('ROLE_SALARIE') or is_granted('ROLE_MANAGER') or is_granted('ROLE_PROD') %} Badgeage {% endif %} Déconnexion {# Ajoute tes autres liens ici #}