{% extends 'base.html.twig' %} {% block title %}{% trans %}title_comment_edition{% endtrans %}{% endblock %} {% block body %}
{{ form(form) }}

{% trans %}title_comment_belong_document{% endtrans %}

{{ ('documentType_' ~ comment.document.classShort)|trans }} - {{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)}}

{% endblock %}