{% load static %} {% load tags_personnaliser %} {% block page_titre %} Tableau de bord {% endblock %}
{% if user|has_group:"Administration" %} Tableau de bord {% endif %} {% if user|has_group:"Employe" %} Gestion des produits {% endif %} {% if user|has_group:"Administration" %} Gestion des fournisseurs {% endif %} {% if user|has_group:"Employe" %} Gestion des véhicules {% endif %} Deconnexion
{% block "contenu" %} {% endblock %}
{% block "js" %} {% endblock %}