{% if meceneConv.document is not null %}
{% endif %}
{% if meceneConv.recu is not null %}
{% endif %}
{% set facturesMecenat = facturesByConvention[meceneConv.idtoken]|default([]) %}
{% for facture in facturesMecenat %}
-
{% if facture.statut == 'Temporaire' %}
{% else %}
{% endif %}
Facture {{ facture.displayId }}
{{ facture.statut }}
{% endfor %}
{% endif %}
{% if sponsorConv %}
{% if sponsorConv.document is not null %}
{% endif %}
{% if sponsorConv.recu is not null %}
{% endif %}
{% set facturesSponsoring = facturesByConvention[sponsorConv.idtoken]|default([]) %}
{% for facture in facturesSponsoring %}
-
{% if facture.statut == 'Temporaire' %}
{% else %}
{% endif %}
Facture {{ facture.displayId }}
{{ facture.statut }}
{% endfor %}
{% endif %}
{% if convention.mecene.logo is not null %}