{% extends 'base.html.twig' %} {% block title %}Détails statistiques{% endblock %} {% block body %}

 /  Tableau de bord

{% if is_granted('ROLE_SUPER_ADMIN') %}

 /  Statistiques  / 

{{ customer }}

{% else %}

 / 

Statistiques

{% endif %}

Détails statistiques {{ customer }}

{# Inscription d'élèves #}

Inscription d'élèves

{# by establishment #} {% if ( (establishments is defined) and (establishments | length > 0) ) %} {% endif %} {# by driver license #} {# by duration#}

{# HIDDEN INPUTES #} {% endblock %} {% block pageJavascript %} {% endblock %}