{% if convention.parent is not null %}
Résumé des apports
Apports financiers

{{(conventionMecenat.apportFinancierRecu + conventionSponsoring.apportFinancierRecu) | separate_thousands}} € / {{(conventionMecenat.apportFinancier + conventionSponsoring.apportFinancier) | separate_thousands}}

Apports en nature

{{(conventionMecenat.apportNatureRecu + conventionSponsoring.apportNatureRecu) | separate_thousands}} € / {{(conventionMecenat.apportNature + conventionSponsoring.apportNature) | separate_thousands}}

Total des apports

{{(conventionMecenat.apportFinancierRecu + conventionMecenat.apportNatureRecu + conventionSponsoring.apportFinancierRecu + conventionSponsoring.apportNatureRecu ) | separate_thousands}} € / {{(conventionMecenat.apportFinancier + conventionMecenat.apportNature + conventionSponsoring.apportFinancier + conventionSponsoring.apportNature ) | separate_thousands}}

{% include '@Projet/convention/part/part_convention_mecenat.html.twig' with { convention: conventionMecenat } only %}
{% include '@Projet/convention/part/part_convention_sponsoring.html.twig' with { convention: conventionSponsoring } %}
{% else %}
Chargement du résumé...
Formule
{% if convention.document is null or convention.document.statut == 'Créée' %} Personnaliser cette formule {% endif %}
Chargement de la formule...
Convention
{% if convention.document is null %} Éditer une convention {% endif %}
{% if convention.document is not null %}
Document
Statut
Crée le
{{convention.document.nom}} {{convention.document.statut}} {{convention.document.createdAt | date('d/m/Y H:i')}} {% if convention.document.statut == 'Créée' or convention.document.statut == 'Éditée' %} {% elseif convention.document.statut == 'En attente de signature' %} {% else %} {% endif %}
{% else %} {% endif %}
Apports
{% if convention.recu is null %} Ajouter un apport {% endif %}
Chargement des apports...
{% if convention.formule.type == 'mécénat' %} {% if convention.recu is not null %}
Document
Statut
Crée le
{{convention.recu.nom}} {{convention.recu.statut}} {{convention.recu.createdAt | date('d/m/Y H:i')}} {% if convention.recu.statut == 'Créée' or convention.recu.statut == 'Édité' %} {% elseif convention.recu.statut == 'En attente de signature' %} {% else %} {% endif %}
{% else %} {% endif %} {% else %}
{% for facture in factures %} {% if facture.statut == 'Temporaire' %} {% set bg = 'primary' %} {% else %} {% set bg = 'success' %} {% endif %} {% endfor %}
Document
Apport
Statut
Montant HT
Montant TTC
{{facture.displayId}} Apport de {{facture.apport.montant}} €
du {{facture.apport.createdAt | date('d/m/Y')}}
{{facture.statut}} {{facture.totalHT}} € {{facture.totalTTC}} € {% if facture.statut == 'Temporaire' %} {% else %} {% endif %}
{% endif %} {% endif %}
{% if convention.parent is null %} {% endif %}

Historique

Chargement de l'historique...