{% 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.
Pour toute question : contact@e-cosplay.fr |