{% if data.communications %} {% set nbrCom = 0 %}
| Communications | Date | Statut | Description | Forfait | Reglement | |
|---|---|---|---|---|---|---|
| 1 | {{ c.date | date('d/m/Y')}} | {{ c.statut.statut ? c.statut.statut : " "}} | {{ c.description }} | {{ c.forfait ? c.forfait ~ " €" : "" }} | {{ c.payer ? "réglé" : "Pas réglé"}} | modifier |
| Total | {{ data.totalCom ? data.totalCom ~ " €" : "0 €" }} |