{% extends "base.html" %} {% block title %}{{ consumable.name }} — GMAO{% endblock %} {% block content %}
Référence : {{ consumable.reference or '—' }} · Type : {{ consumable.consumable_type }} · Stock : {{ consumable.quantity }} · À commander : {{ consumable.quantity_to_order }}
| Quantité | Reçue | État | Action |
|---|---|---|---|
| {{ order.quantity_ordered }} | {{ order.quantity_received }} | {{ order.status }} | {% if order.remaining_quantity %}{% endif %} |
| Aucune commande. | |||