{% for item in interventions %} {{item.date}} {{item.client}} {{item.description}} {{item.heure}} {{item.montant}} € {{item.status}} info BL edit {% if item.status.id != 14 %} {% if item.hasArticles() %} oui {% endif %} {% if item.status.id != 4 %} non {% endif %} {% if item.status.id != 13 %} en attente {% endif %} {% endif %} {% endfor %}