{# _shared/paiement/tab/_echeance.html.twig #}
| Libellé / Date Prévue | Montant Prévu | Montant Payé | Statut | |
|---|---|---|---|---|
|
{{ echeance.libelle|default('Échéance') }}
{{ echeance.datePrevue|date('d/m/Y') }}
|
{{ echeance.montantAttendu|number_format(0, ',', ' ') }} | {{ echeance.montantPaye|number_format(0, ',', ' ') }} | {% if echeance.statut == 'PAYE' %} Payé {% elseif echeance.statut == 'PARTIEL' %} Partiel {% elseif echeance.statut == 'EN_RETARD' %} En retard {% else %} En attente {% endif %} | |
| Aucune échéance générée pour ce dossier. | ||||
| TOTAL DOSSIER | {{ souscription.montantTotalDu|number_format(0, ',', ' ') }} F | {{ souscription.montantVerse|number_format(0, ',', ' ') }} F | Reste : {{ (souscription.montantTotalDu - souscription.montantVerse)|number_format(0, ',', ' ') }} F | |