{% extends 'base.html.twig' %} {% block title %}Dashboard{% endblock %} {% block body %}

Dashboard

Vue synthétique
Suggestions IA
Projets

{{ nbProjets }}

Utilisateurs

{{ nbMembres }}

Assistants IA

{{ nbAssistants }}

Contributions

{{ nbContributions }}

Activités récentes

{% for contrib in recentContribs %} {% else %} {% endfor %}
ID Projet Membre Durée Date Commentaire
{{ contrib.projet.nom }} {{ contrib.membre ? '' ~ contrib.membre.nom ~ ' ' ~ contrib.membre.prenom ~ '' : '' }} {{ contrib.duree }} {{ contrib.dateContribution ? contrib.dateContribution|date('d/m/Y') : '' }} {{ contrib.commentaire }}
Aucune activité récente.
{% endblock %}