{% extends 'base.html.twig' %} {% block title %}Mandat SEPA configure - {{ echeancier.reference }} - Association E-Cosplay{% endblock %} {% block body %}

Mandat SEPA configure

{{ echeancier.reference }} - Association E-Cosplay

Votre mandat de prelevement SEPA est actif

Les echeances seront prelevees automatiquement aux dates prevues.

{# Motif #}

Motif

{{ echeancier.description }}

{# Resume #}

Creance

{{ echeancier.totalAmountHt|number_format(2, ',', ' ') }} €

Majoration 5%

+ {{ echeancier.majoration|number_format(2, ',', ' ') }} €

Total a payer

{{ echeancier.totalWithMajoration|number_format(2, ',', ' ') }} €

en {{ echeancier.nbLines }} mois

Mensualite

{{ echeancier.monthlyAmount|number_format(2, ',', ' ') }} €

{# Tableau echeances avec statut #}
{% for line in echeancier.lines %} {% endfor %}
N Date prevue Montant Statut
{{ line.position }} {{ line.scheduledAt|date('d/m/Y') }} {{ line.amount|number_format(2, ',', ' ') }} € {% if line.isPaid %} Paye {% elseif line.isFailed %} Echoue {% else %} A prelever {% endif %}
{% if echeancier.nbPaid > 0 %}
Progression {{ echeancier.nbPaid }}/{{ echeancier.nbLines }}
{% endif %}

Vous recevrez un email de confirmation a chaque prelevement effectue.

Pour toute question : contact@e-cosplay.fr

{% endblock %}