{% if data.communications %} {% set nbrCom = 0 %} {% for c in data.communications %} {% if c.payer %} {% else %} {% endif %} {% endfor %}
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 €" }}
{% endif %}