{% extends 'email/base.html.twig' %} {% block content %}
Echeancier annule - 2 rejets

{{ echeancier.reference }} - {{ customer.fullName }}

L'echeancier a ete automatiquement annule apres 2 rejets de prelevement SEPA. {% if echeancier.advert %}L'avis {{ echeancier.advert.orderNumber.numOrder }} est concerne.{% endif %}

Client {{ customer.fullName }}{% if customer.email %}
{{ customer.email }}{% endif %}
Total {{ echeancier.totalWithMajoration|number_format(2, ',', ' ') }} €
Deja paye {{ echeancier.totalPaid|number_format(2, ',', ' ') }} € ({{ echeancier.nbPaid }}/{{ echeancier.nbLines }})
Restant du {{ (echeancier.totalWithMajoration - echeancier.totalPaid)|number_format(2, ',', ' ') }} €
Rejets {{ echeancier.nbFailed }} echecs
{% endblock %}