Résumé des apports de mécénat
{{convention.apportFinancierRecu | separate_thousands}} € / {{convention.apportFinancier | separate_thousands}} €
{{convention.apportNatureRecu | separate_thousands}} € / {{convention.apportNature | separate_thousands}} €
{{(convention.apportFinancierRecu + convention.apportNatureRecu ) | separate_thousands}} € / {{(convention.apportFinancier + convention.apportNature ) | separate_thousands}} €
Formule
{% if convention.document is null or convention.document.statut == 'Créée' %}
{% endif %}
Formule |
Type |
Type de mécénat |
Rang |
Montant |
Convention
{% if convention.document is null %}
{% 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 %}
Aucune convention n'a pas été créée
{% endif %}
Apports
{% if convention.recu is null %}
{% endif %}
Date |
Montant |
Type |
Moyen |
Statut |
|
Reçu fiscal
{% 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 %}
Aucun reçu fiscal n'a pas été créé
{% endif %}