{% extends "BASE.html" %} {% load static %} {% load tags_personnaliser %} {% block page_titre %} SGL - Gestion des fournisseurs {% endblock %} {% block "contenu" %}

LISTE DES FOURNISSEURS

{% if user|has_group:"logistique" %} {% endif %}
{% include "gestion_fournisseur/parts/modal_enregistrement_nouveau_fournisseur.html" %} {% endblock %} {% block "js" %} {% endblock %}