{% extends "base.html" %} {% block title %}{{ consumable.name }} — GMAO{% endblock %} {% block content %}

{{ consumable.name }}

Référence : {{ consumable.reference or '—' }} · Type : {{ consumable.consumable_type }} · Stock : {{ consumable.quantity }} · À commander : {{ consumable.quantity_to_order }}

Compatible avec {{ compatible|length }} équipement(s)

Commandes

{% for order in orders %}{% else %}{% endfor %}
QuantitéReçueÉtatAction
{{ order.quantity_ordered }}{{ order.quantity_received }}{{ order.status }}{% if order.remaining_quantity %}
{% endif %}
Aucune commande.

Historique des sorties

{% endblock %}