{% extends '@kohinos/email/email_layout.html.twig' %} {% set title %} {% apply spaceless %} {{ subject }} {% endapply %} {% endset %} {% block content %}

Objet : Reçu de votre cotisation annuelle à l'association {{KOH_MLC_NAME_SMALL}}


De : {{ flux.operateur.email }}


Expéditeur : {{ flux.expediteur }}

Destinataire : {{ flux.destinataire }}

Date :

Valable du {{ flux.cotisationInfos ? flux.cotisationInfos.debut|date('d/m/Y') }} au {{ flux.cotisationInfos ? flux.cotisationInfos.fin|date('d/m/Y') }}

Montant : {{ flux.montant|number_format(2) }}

Moyen : {{ flux.moyen }}

Nous vous remercions de votre soutien





"TVA non applicable, article 293 B du Code général des impôts"

{% endblock %}