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

{{ 'Commentaires'|trans }}

{{ knp_pagination_render(pager) }}
{% for item in pager %} {% set edit = path('admin_blog_comment_edit', {entity: item.id}) %} {% set show = path('admin_blog_comment_show', {entity: item.id}) %} {% else %} {% endfor %}
Auteur Date Statut Actions
{{ item.author }} Dans {{ item.post.title }} {% if item.parentComment %} en réponse à {{ item.parentComment }} {% endif %} {{ item.updatedAt|date('d/m/Y H:i') }}
Aucun résultat
{% endblock %}