{% if data.intervenants %} {% set nbrInter = 0 %} {% set totalIntervention = 0 %}
| Intervenants | Durée | Réalisation | Observation | Reglement | Coût | |
|---|---|---|---|---|---|---|
| {{ i.date | date('d/m/Y')}} | {{ i.duree | date('H:i')}} | {{ i.realisations }} | {{ i.observation }} | {{ i.payer ? "réglé" : "pas réglé"}} | {{ i.cout ? i.cout ~ " €" : ""}} | modifier |
| Total | {{ data.totalIntervenants }} € |