{# show.html.twig — partie contributions (remplace la portion correspondante) #}
Contributions
Trier par : Date Développeur Durée
{% if contribs is empty %}

Aucune contribution pour ce projet.

{% else %}
{% for c in contribs %} {# Durée (affichage + input caché) #} {# Utilise IA ? (badge remains) #} {# Commentaire (span + textarea) #} {# Assistant (display name + select) #} {% endfor %}
Développeur Date Durée Utilise IA ? Commentaires Actions
{{ c.membre }} {{ c.dateContribution ? c.dateContribution|date('d/m/Y') : '' }} {{ c.duree }} min {% if c.contribIas|length > 0 %} Oui {% else %} Non {% endif %}
{{ c.commentaire }}
{% if c.contribIas|first %} {{ c.contribIas|first.assistantIa.nom }} {% else %} Aucun {% endif %}
{# Actions: cadenas + save/cancel + suppression #}

Durée totale : {{ totalDuree }} minutes ({{ (totalDuree // 60) }}h{{ '%02d'|format(totalDuree % 60) }})

Développeurs ayant travaillé sur ce projet : {{ developpeurs|join(', ') }}

{% endif %}
Retour à la liste {# keep addContribModal from your original file here (unchanged) #} {# ... (modal addContribModal) ... #} {# JS pour édition inline et cadenas #} {% block bottom_javascripts %} {{ parent() }} {% endblock %}