{% extends 'email/base.html.twig' %} {% block content %}
{% set greeting = customer.raisonSociale ? 'Chez ' ~ customer.raisonSociale : 'Bonjour ' ~ customer.firstName %}

{{ greeting }},

Votre echeance {{ line.position }}/{{ echeancier.nbLines }} de l'echeancier {{ echeancier.reference }} a ete prelevee avec succes.

Echeance {{ line.label }}
Montant {{ line.amount }} €
Statut Paye
Progression {{ echeancier.nbPaid }}/{{ echeancier.nbLines }} echeances payees ({{ echeancier.progress }}%)

Pour toute question : contact@e-cosplay.fr

{% endblock %}