{% if tache.restaurations.snapshot %}
| Date | Etablissement | Coût Repas Personnel | Coût Repas Clients | Durée | Forfait | ||||
|---|---|---|---|---|---|---|---|---|---|
| {{res.date | date('d/m/Y')}} | {{res.Etablissement}} | {{res.coutRepasPersonnel ? res.coutRepasPersonnel ~ " €" : "" }} | {{res.coutRepasClients ? res.coutRepasClients ~ " €" : "" }} | {{res.duree | date('H:i' ) }} | {{ res.forfait}} | {% if res.payer %} Réglé {% else %} Pas réglé {% endif %} | modifier | {% else %} {% endfor %} |