{% extends "base.html" %} {% block title %}Intervention — GarageManager{% endblock %} {% block content %} Retour au véhicule
{{ intervention.immatriculation }} — {{ intervention.marque }} {{ intervention.modele }}
{{ intervention.notes }}
| Photo | Pièce | Référence | Marque | Qté | Prix unit. | Total | |
|---|---|---|---|---|---|---|---|
|
{% if p.photo %}
{% endif %}
|
{{ p.nom }} | {{ p.reference or '—' }} | {{ p.marque or '—' }} | {{ p.quantite }} | {{ "%.2f"|format(p.prix) }} € | {{ "%.2f"|format(p.prix * p.quantite) }} € | |
| Total pièces | {{ "%.2f"|format(intervention.cout_pieces) }} € | ||||||
Aucune pièce pour cette intervention