{% for item in interventions %} {{item.date}} {{item.client}} {{item.description}} {{item.heure}} {{item.getTotalTTC()}} € {{item.status}} info BL edit {% if item.hasArticles() and item.status.id not in [21,23,14,4] %} oui {% endif %} {% if item.status.id not in [14,4] %} {% if item.status.id != 4 %} non {% endif %} {% if item.status.id != 13 %} en attente {% endif %} {% if item.status.id == 23 %} oui {% elseif item.status.id != 12 %} oui {% endif %} {% endif %} {% endfor %}