{% extends 'base.html.twig' %} {% block title %}Category index{% endblock %} {% block body %}

Liste des catégories disponibles :

{% for category in categories %} {% else %} {% endfor %}
Id Label actions
{{ category.id }} {{ category.label }} edit
no records found
Create new {% endblock %}