{% extends '@Core/admin/layout.html.twig' %} {% block title %}{{ 'Commentaires'|trans }} - {{ parent() }}{% endblock %} {% block body %}

{{ entity.author }}

Retour à la liste Voir
{{ include('blog/comment_admin/_form.html.twig') }}
{{ form_rest(form) }}
{% endblock %}