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

{{ greeting }},

Votre echeancier de paiement {{ echeancier.reference }} a ete annule. Les prelevements automatiques ont ete desactives.

Reference {{ echeancier.reference }}
Motif {{ echeancier.description }}
Total {{ echeancier.totalWithMajoration|number_format(2, ',', ' ') }} €
Deja paye {{ echeancier.totalPaid|number_format(2, ',', ' ') }} €
Progression {{ echeancier.nbPaid }}/{{ echeancier.nbLines }} echeances payees
Statut Annule

Si cette annulation n'est pas de votre fait, veuillez nous contacter immediatement.

Pour toute question : contact@e-cosplay.fr

{% endblock %}