{% extends 'base.html.twig' %} {% block title %}Echeancier signe - Association E-Cosplay{% endblock %} {% block body %}

Echeancier signe

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

Votre echeancier de paiement a ete signe avec succes.

{# 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 #}
{% for line in echeancier.lines %} {% endfor %}
N Date prevue Montant
{{ line.position }} {{ line.scheduledAt|date('d/m/Y') }} {{ line.amount|number_format(2, ',', ' ') }} €
{% if echeancier.stripePaymentMethodId %}

Mandat SEPA configure - Les prelevements seront effectues automatiquement.

{% else %}

Vous allez recevoir un email pour configurer les prelevements automatiques.

{% endif %}

Pour toute question : contact@e-cosplay.fr

{% endblock %}