- Accueil
{% if has_permission('dashboard.view') %}
- Tableau de bord
{% endif %}
{% set work_access = has_permission('intervention.view') or has_permission('planning.view') or has_permission('prevention.view') %}
{% if work_access %}
-
Mon travail
{% endif %}
{% set heritage_access = has_permission('patrimoine.view') %}
{% if heritage_access %}
-
Patrimoine
{% endif %}
{% if has_permission('stock.view') %}
-
Produits & stocks
{% endif %}
{% if has_permission('contract.view') %}
-
Entreprises
{% endif %}
{% if has_permission('documents.view') %}
-
Documents
{% endif %}
{% if has_permission('system.admin') %}
-
Administration
{% endif %}
{# L'ancien menu est une rubrique principale parallèle. Il reprend les
groupes historiques de base.html avant la Phase 1.6, sans réorganiser
leurs fonctions. #}
{% if has_permission('system.admin') %}
-
Ancien menu
{% endif %}
- Alertes{% if unread %} {{ unread }}{% endif %}