{% if prestation.statutEstimation is null or prestation.statutEstimation.nom == "A estimer" %}
Prestation en attente de validation par un administrateur de la plate-forme
{% elseif prestation.statutEstimation is not null and prestation.statutEstimation.nom == "Validée Lampyris" %} {% else %} {% if prestation.factures|length == 0 and prestation.statutPrestation.nom == "En attente validation tarification client" %}
{% elseif prestation.statutPrestation.nom == "Validé attente facture" %}
{% else %}
{% endif %}
{% if prestation.factures|length > 0 %}
{% if facture.validationAdmin is not null and facture.validationAdmin.nom == "Refusée" %} {% else %} {{ facture.titre }}
{% endif %}
{% endif %} {% endif %}