{{ comment.author.email }} le {{ comment.createdAt | date }} {% if comment.createdAt != comment.editedAt %} (modifié le {{ comment.editedAt | date }}) {% endif %}

{{ comment.content }}

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