{% extends 'b_index.html.twig' %} {% block title %}Reservations{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app_table') }} {% endblock %} {% block body %} {# #}
{{ stat.nbBillets }} Billets / {{ stat.totalMontant }} $
{{ stat.nbBillets }} Billets / {{ stat.totalMontant }} $
| Date Depart | Ville Depart | Ville Arrivé | Total reservation | Total somme | Charges associées | Action | |
|---|---|---|---|---|---|---|---|
| {{ item.client.nom }} {{ item.client.prenom }} | #}{{ item.dateDepart ? item.dateDepart|date('d-m-Y') : '' }} | {{ item.villeDepart }} | {{ item.villeArrivee }} | {{ item.nombreReservations }} | $ {{ item.sommeArgent }} | $ {{ item.sommeCharges }} | {# #} |
| Pas d'enregistrement trouvé | |||||||
| Dates | Ville Depart | Ville Arrivé | Total reservation | Total somme | Charges associées | Action |