{% extends '@EasyAdmin/page/content.html.twig' %} {% block head_stylesheets %} {{ parent() }} {% endblock %} {% block head_javascript %} {{ parent() }} {% endblock %} {% block content_header %} {#

dashboard

#} {% endblock %} {% block page_content %}
{# ----------------------------------------------------------------------------------------- #} {# Block 1 #}
{{ countAllUser }}
Users
{{countAllClient}}
Clients
{{ countAllTache }}
Taches
{# Block 2 #}
{{ countAllTaskFT }}
Fait
{{countAllTaskEC}}
En cours
{{ countAllTaskNF }}
Non fait
{# Block 3 #}
{{ countResultToday }}
Aujourd'hui
{{countResultTomorrow}}
Demain
{{ countResultWeek }}
Semaine
{# ============================ Les GRAPHIQUES ===================================== #} {# Graphique en ligne qui affiche le tache par mois #}
Tache par mois
{#

Secondary card title

#}

{# Graphique en cercle qui affiche le nombre de tache par statut #}
Tache par status
{#

Secondary card title

#}

Utilisateurs
{% endblock %}