{% extends "BASE.html" %} {% load static %} {% load tags_personnaliser %} {% block page_titre %} Tableau de bord {% endblock %} {% block "contenu" %}

Rupture

{{ nombre_rupture }} produits

Pré-rupture

{{ nombre_pre_rupture }} produits

Correct

{{ nombre_normal }} produits

Demandes de produit ({{ nb_demande }})
Commandes en attentes ({{ nb_commande }})
{% include "parts/modal_stock_rupture.html" %}- {% include "parts/modal_liste_demandes.html" %}- {% include "parts/modal_liste_commandes.html" %}- {% include "parts/modal_equipement_a_rendre.html" %} {% endblock %} {% block "js" %} {% endblock %}