{# show.html.twig — partie contributions (remplace la portion correspondante) #}
Aucune contribution pour ce projet.
{% else %}| Développeur | Date | Durée | Utilise IA ? | Commentaires | Actions |
|---|---|---|---|---|---|
| {{ c.membre }} | {{ c.dateContribution ? c.dateContribution|date('d/m/Y') : '' }} | {# Durée (affichage + input caché) #}{{ c.duree }} min | {# Utilise IA ? (badge remains) #}{% if c.contribIas|length > 0 %} Oui {% else %} Non {% endif %} | {# Commentaire (span + textarea) #}
{{ c.commentaire }}
|
{# Assistant (display name + select) #}
{% if c.contribIas|first %}
{{ c.contribIas|first.assistantIa.nom }}
{% else %}
Aucun
{% endif %}
|
Durée totale : {{ totalDuree }} minutes ({{ (totalDuree // 60) }}h{{ '%02d'|format(totalDuree % 60) }})
Développeurs ayant travaillé sur ce projet : {{ developpeurs|join(', ') }}