{% extends 'pilotage/_layout.html.twig' %} {% block title %}Statistiques{% endblock %} {% block page_title %}Statistiques{% endblock %} {% block body %}
| En attente | Liste d'attente | Admise | Refusée |
|---|---|---|---|
| {{ inscriptions.en_attente }} | {{ inscriptions.liste_attente }} | {{ inscriptions.admise }} | {{ inscriptions.refusee }} |
| Enfant | Numéro | Montant | Statut | Restant dû | |
|---|---|---|---|---|---|
| {{ ligne.facture.enfant.prenom }} {{ ligne.facture.enfant.nom }} | {{ ligne.facture.numero }} | {{ ligne.facture.montant|montant }} | {{ ligne.statut.label }} | {{ ligne.montantRestant|montant }} | Voir |