{% extends 'admin/layout.html.twig' %} {% block body %}

Catégories

{{ knp_pagination_render(pager) }}
{% for item in pager %} {% set edit = path('admin_blog_category_edit', {entity: item.id}) %} {% set show = path('admin_blog_category_show', {entity: item.id}) %} {% else %} {% endfor %}
Titre Articles Actions
{{ item.title }} {% set postsCount = item.posts|length %} {{ postsCount }} {{ postsCount < 2 ? 'article' : 'articles' }}
Aucun résultat
{% endblock %}