{% for item in interventions %} {{item.getFormattedDate()}} {{item.client}} {{item.type | replace({'_':' '}) | capitalize}}
{{item.numero}} {{item.description }} {{item.heure}} H {% if item.montant is null %} N/C {% else %} {{item.montant}} € {% endif %} {% if item.hasReparation() %}
Intervention
{{item.status}} {% if item.status.id == 13 %} :
{{item.pause}} {% endif %}
Réparation
{{item.reparation.status}}
{% else %} {{item.status}} {% endif %}
info BL edit

{% if item.status.id not in [14,4] %} {% if item.status.id != 4 %} non {% endif %} {% if item.status.id == 12 %} tools {% endif %} {% if item.pause | length > 0 %}
{% else %} en attente {% endif %} {% if not item.hasReparation() %} devis {% endif %} {% if item.status.id == 23 %} oui {% elseif item.status.id != 12 %} oui {% endif %} {% endif %}
{% endfor %}