{% extends 'base.html.twig' %} {% block title %}{% trans %}title_comment_edition{% endtrans %}{% endblock %} {% block body %}
{{ comment.document.getClassShort}} - {{comment.document.title}}
{% trans %}title_author{% endtrans %} {{comment.creator.fullName}}, {{comment.creator.mainGroup.shortname}}
{% trans %}title_created_at{% endtrans %} {{comment.createdAt |date('_datetime.format'|trans)}}