{#
Menu Employer - Navigation pour le rôle ROLE_EMPLOYER
Items inclus:
- Dashboard
- Mon Profil
- Mes Médias
Structure extensible: Ajoutez facilement de nouveaux items ci-dessous
#}
{% set currentRoute = app.request.get('_route') %}
{# ============================================
SECTION POS - Visible si l'employé a un rôle POS
============================================ #}
{% set hasPosAccess = is_granted('POS_ACCESS', app.user.primaryCompany|default(null)) %}
{% if hasPosAccess %}
{# Séparateur #}
Point de Vente
{# Caisse #}
{% if is_granted('POS_SELL', app.user.primaryCompany) %}
{% endif %}
{% endif %}
{# ====== Mes Équipements ====== #}
{% if app.user.primaryCompany is not null and is_granted('EQUIPMENT_ACCESS', app.user.primaryCompany) %}