{% if prestation.statutEstimation is not null %}

Devis & Factures

{% if prestation.statutPrestation.nom == "En attente validation tarification client" and prestation.typeFacturation is null %} {% include 'societe/prestation/partie-devis-facture/estimation-validee.html.twig' %} {% elseif prestation.statutPrestation.nom == "En attente validation tarification admin" %} {% include 'societe/prestation/partie-devis-facture/attente-tarification-admin.html.twig' %} {% elseif prestation.statutPrestation.nom == "En attente validation tarification client" and prestation.typeFacturation is not null %} {% include 'societe/prestation/partie-devis-facture/attente-tarification-client.html.twig' %} {% elseif prestation.statutPrestation.nom == "Validé devis client" %} {% include 'societe/prestation/partie-devis-facture/devis-envoye-au-client.html.twig' %} {% elseif prestation.statutPrestation.nom == "Validé attente facture" %} {% include 'societe/prestation/partie-devis-facture/facture-en-attente.html.twig' %} {% elseif prestation.statutPrestation.nom == "Facture payée" %} {% include 'societe/prestation/partie-devis-facture/facture-payee.html.twig' %} {% elseif prestation.statutPrestation.nom == "Annulé" %} {% include 'societe/prestation/partie-devis-facture/prestation-annulee.html.twig' %} {% endif %} {% endif %}