{% for item in interventions %} {% set class = '' %} {% set client = item.client %} {% if item.status.id == 21 and not item.getValidateDevis().hasArticles() %} {% set class = 'bg-danger' %} {% elseif item.status.id == 21 %} {% set articles = item.getValidateDevis().articles %} {% if articles | length == 2 and articles.first.quantite == 0 and articles.first.isMO() and articles.last.quantite == 0 and articles.last.isFraisKm() %} {% set class = 'bg-danger text-white' %} {% set descr_error = 'Aucune prestation n\' été assigné au devis' %} {% endif %} {% endif %}