{% extends "base.html" %} {% block title %}Consommables imprimantes — GMAO{% endblock %} {% block content %}

Consommables partagés

{% for item in consumables %}{% else %}{% endfor %}
RéférenceTypeStockSeuilCibleÀ commander
{{ item.name }}{{ item.reference or '' }}{{ item.consumable_type }}{{ item.quantity }}{{ item.min_quantity }}{{ item.target_quantity if item.target_quantity is not none else '—' }}{{ item.quantity_to_order }}
Aucun consommable.
{% endblock %}