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

Objet : Cotisation annuelle de l'adherent {{ flux.expediteur }}


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 }}


{% endblock %}