{% if tache.intervenants.snapshot %}
| Date | Durée | Intervenant | Coût | Réalisations | Observations | ||||
|---|---|---|---|---|---|---|---|---|---|
| {{i.date | date('d/m/Y') }} | {{i.duree | date('h:i') }} | {{i.contact.nom}} {{i.contact.prenom}} | {{i.cout}} € | {{i.realisations}} | {{i.observation}} | {{ i.payer ? "Réglé" : "Pas réglé" }} | modifier | ||
| Total | {{ TotauxIntervenants ? TotauxIntervenants ~ " €" : ""}} |