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