des_cotisation_prestataire.html.twig 909 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{% extends '@kohinos/email/email_layout.html.twig' %}

{% set title %}{% spaceless %}
    {{ subject }}
{% endspaceless %}
{% endset %}

{% block content %}
    <h2 style="font-size: 18px; color: #111111; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold; line-height: 1.2em; margin: 40px 0 10px;"><strong><u>Objet :</u> Cotisation annuelle du prestataire {{ flux.expediteur }}</strong></h2><br/>
    <p>De : {{ flux.operateur.email }}</p>
    <br/>
    <p>Expéditeur : {{ flux.expediteur }}</p>
    <p>Destinataire : {{ flux.destinataire }}</p>
    <p>Date :</p>
    <p>Valable du {{ flux.cotisationInfos ? flux.cotisationInfos.debut|date('d/m/Y') }} au {{ flux.cotisationInfos ? flux.cotisationInfos.fin|date('d/m/Y') }}</p>
    <p>Montant : <strong>{{ flux.montant|number_format(2) }} </strong></p>
    <p>Moyen : {{ flux.moyen }}</p>
    <br/>
{% endblock %}