Commentaires {% if canAddComment %} {% endif %}
{% if comments|length > 0 %} {% for comment in comments %} {% endfor %}
Action Date/Heure Utilisateur Commentaire
{{ comment.createdAt|date('d/m/Y H:i:s') }} {{ comment.user.fullName }} {{ comment.comment }}
{% else %} Pas de commentaires {% endif %}