{% extends 'base.html.twig' %} {% block title %}Dashboard{% endblock %} {% block body %}
{{ nbProjets }}
{{ nbMembres }}
{{ nbAssistants }}
{{ nbContributions }}
| 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. | ||||