{% extends 'base.html.twig' %} {% block title %}Contributions{% endblock %} {% block body %}
| Id | Membre | Projet | Date | Durée | Commentaire | Actions |
|---|---|---|---|---|---|---|
| {{ contribution.id }} | {{ contribution.membre }} | {{ contribution.projet.nom }} | {{ contribution.dateContribution|date('d/m/Y') }} | {{ contribution.dureeFormatee }} | {{ contribution.commentaire|default('')|slice(0, 50) }}{% if contribution.commentaire|length > 50 %}...{% endif %} | Voir Modifier |
| Aucune contribution trouvée | ||||||