{% extends "base.html" %} {% block titre %}Tableau de bord{% endblock %} {% block contenu %}
| Date | Produit | Écart |
|---|---|---|
| {{ e.date_entree }} | {{ e.produit }} | {% if e.ecart_kg is not none %} {{ e.ecart_kg }} kg {% else %}—{% endif %} |
Aucune entrée récente.
{% endif %} Voir la Station de Conditionnement →| Date | Client | Montant (MAD) |
|---|---|---|
| {{ v.date_vente }} | {{ v.client.nom }} | {{ "%.2f"|format(v.montant) }} |
Aucune vente récente.
{% endif %} Voir la Gestion Commerciale →