{% extends 'email/base.html.twig' %} {% block content %}
Subscription annulee

Echeancier {{ echeancier.reference }} annule via Stripe

La subscription Stripe a ete annulee (manuellement ou automatiquement). L'echeancier a ete passe en statut Annule.

Reference {{ echeancier.reference }}
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 }})
Stripe ID {{ echeancier.stripeSubscriptionId }}
Annule le {{ "now"|date('d/m/Y H:i') }}
{% endblock %}