{% extends 'email/base.html.twig' %} {% block content %}
Echeancier signe

Le client {{ customer.fullName }} a signe l'echeancier {{ echeancier.reference }}

Le PDF signe et le certificat d'audit DocuSeal sont en piece jointe.

Reference {{ echeancier.reference }}
Client {{ customer.fullName }}{% if customer.email %}
{{ customer.email }}{% endif %}
Motif {{ echeancier.description }}
Creance {{ echeancier.totalAmountHt|number_format(2, ',', ' ') }} €
Majoration (5%) + {{ echeancier.majoration|number_format(2, ',', ' ') }} €
Total a payer {{ echeancier.totalWithMajoration|number_format(2, ',', ' ') }} €
Mensualite {{ echeancier.monthlyAmount|number_format(2, ',', ' ') }} €/mois x {{ echeancier.nbLines }}
Signe le {{ "now"|date('d/m/Y H:i') }}
{% endblock %}