{% for devis in prestation.devis %}
{{ devis.titre }}
{% if devis.prestation.statutPrestation == "En attente validation devis client"
or devis.prestation.statutPrestation == "Validé devis client"
or devis.prestation.statutPrestation == "Validé attente facture"
or devis.prestation.statutPrestation == "Facture payée" %}
{% else %}
{% endif %}
{% if devis.prestation.statutPrestation == "Validé devis client"
or devis.prestation.statutPrestation == "Validé attente facture"
or devis.prestation.statutPrestation == "Facture payée" %}
{% else %}
{% endif %}
{#
#}
{% endfor %}