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

dashboard

#} {% endblock %} {% block page_content %}
{# ------------------------------------------------------------------------------------------------------------------------------ #}
Utilisateurs
{{ countAllUser }}
Clients
{{countAllClient}}
Tache réalisée
{{moyennePourcentageTache}}%
Taches
{{ countAllTache }}
{# ------------------------------------------------------------------------------------------------------------------------------ #}
Fait
{{ countAllTaskFT }}
{# #}
En cours
{{countAllTaskEC}}
{# #}
Non fait
{{ countAllTaskNF }}
{# #}
Aujourd'hui
{{ countResultToday }}
{# #}
{# ----------------------------------------------------------------------------------------------------------------------- #}
Demain
{{countResultTomorrow}}
{# #}
Semaine
{{ countResultWeek }}
{# #}
{# ============================ 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

#}

    {% for key,data in result %}
  • {# {{ dump(data) }} #}
    {{key}}
    {% for key,value in data %} {{ value }} {% endfor %}
  • {% endfor %}
{% endblock %}