{#
{% if projet.factures|length == 0 and projet.statutProjet.nom == "En création" %} {% elseif projet.statutProjet.nom == "Annulé" %} {% elseif projet.statutProjet.nom == "Terminé" %} {% elseif projet.factures|length >= 0 and facture.validationAdmin.nom == "Refusée" %}
facture refusée par nos services
{% elseif projet.factures|length >= 0 and facture.validationAdmin.nom == "Validée" %}
facture acceptée par nos services
{% else %} {% endif %}
{% if projet.factures|length > 0 %} {% if facture.validationAdmin.nom == "Refusée" %} {% else %} {{ facture.titre }}
{% endif %} {% else %} {% include 'app/noResult.html.twig' %} {% endif %}
#}