{{ 'commented_at'|trans({ email: comment.author.email, date: comment.createdAt|date }) }} {% if comment.createdAt != comment.editedAt %} {{ 'edited_at'|trans({ date: comment.editedAt|date }) }} {% endif %}

{{ comment.content }}

{% if is_granted('COMMENT_EDIT', comment) %} Modifier {{ include('comment/_delete_form.html.twig') }} {% endif %}