{% extends "base.html" %} {% block title %}Intervention #{{ intervention.id }} - GarageManager{% endblock %} {% block content %}
{{ intervention.immatriculation }} — {{ intervention.marque }} {{ intervention.modele }}
{{ intervention.created_at[:10] }}{% if intervention.technicien %} • {{ intervention.technicien }}{% endif %}
Main d'œuvre
{{ "%.2f"|format(intervention.cout_main_oeuvre) }} €
Pièces
{{ "%.2f"|format(intervention.cout_pieces) }} €
Total
{{ "%.2f"|format(intervention.cout_main_oeuvre + intervention.cout_pieces) }} €
{{ 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) }} € | ||||||