{% set current = convention %} {% set parent = convention.parent %} {% set meceneConv = current.formule.type == 'mécénat' ? current : parent %} {% set sponsorConv = current.formule.type == 'sponsoring' ? current : parent %} {% if meceneConv %}

Convention de Mécénat

{% if meceneConv.document is not null %}

Convention

{% endif %} {% if meceneConv.recu is not null %}

Reçu fiscal

{% endif %} {% set facturesMecenat = facturesByConvention[meceneConv.idtoken]|default([]) %} {% for facture in facturesMecenat %}
user
  • {% if facture.statut == 'Temporaire' %} {% else %} {% endif %}

Facture {{ facture.displayId }}

{{ facture.statut }}
{% endfor %}
{% endif %} {% if sponsorConv %}

Convention de Sponsoring

{% if sponsorConv.document is not null %}

Convention

{% endif %} {% if sponsorConv.recu is not null %}

Reçu fiscal

{% endif %} {% set facturesSponsoring = facturesByConvention[sponsorConv.idtoken]|default([]) %} {% for facture in facturesSponsoring %}
user
  • {% if facture.statut == 'Temporaire' %} {% else %} {% endif %}

Facture {{ facture.displayId }}

{{ facture.statut }}
{% endfor %}
{% endif %} {% if convention.mecene.logo is not null %}

Logo

{% endif %}