{% extends 'b_index.html.twig' %} {% block title %}HOME{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app_table') }} {% endblock %} {% block body %} {#

Create new School

#} {#


{{ app.user.email }}


#}

CDF{{ totalTicketsVendusPrix }}

Total billets vendus

{{ totalTicketsVendus }}

Nombre billets vendus
series1: 3.0
series2: 4.0

CDF {{ totalmontant }}

Total charges
Voyages recents

{{ "now"|format_datetime(locale='en', pattern='EEEE')|capitalize }} {{ "now"|format_datetime(locale='en', pattern='d') }}

{{ "now"|format_datetime(locale='en', pattern='MMMM')|capitalize }} {{ "now"|format_datetime(locale='en', pattern='y')|capitalize }}

CDF

{% set items=reservations %} {% for item in items %} {% else %} {% endfor %}
# Circuits Total reservation Total somme Action
{{ loop.index }} {{ item.villeDepart }} -> {{ item.villeArrivee }} {{ item.nombreReservations }} {{ item.sommeArgent }}
Pas d'enregistrement trouvé
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('apps_table') }} {% endblock %}