{% extends "base.html" %} {% block title %}Consommables — GMAO Collège{% endblock %} {% block content %}

Consommables

Nouveau consommable
{% for cons in consumables %} {% else %} {% endfor %}
Catégorie Nom Référence Stock Stock min Unité Prix unitaire Fournisseur Statut Actions
{{ cons.category or '-' }} {{ cons.name }} {{ cons.reference or '-' }} {{ cons.quantity }} {{ cons.min_quantity }} {{ cons.unit }} {% if cons.unit_price %}{{ "%.2f"|format(cons.unit_price) }} €{% else %}-{% endif %} {{ cons.supplier.name if cons.supplier else '-' }} {% if cons.is_low_stock %} Stock bas {% else %} OK {% endif %}
Aucun consommable. Créer le premier
{% endblock %}