{% extends "base.html" %} {% block title %}Pièces détachées — GMAO Collège{% endblock %} {% block content %}
| Réf | Nom | Catégorie | Stock | Min | Emplacement | Prix |
|---|---|---|---|---|---|---|
{{ part.reference or '—' }} |
{{ part.name }} | {{ part.category }} | {{ part.quantity }} {{ part.unit }} | {{ part.min_quantity }} | {{ part.location or '—' }} | {{ "%.2f"|format(part.unit_price) if part.unit_price else '—' }} € |
{{ part.reference or '—' }} · {{ part.category }}
Aucune pièce enregistrée