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

Categorie index

{% for categorie in categories %} {% else %} {% endfor %}
Id Label_categorie actions
{{ categorie.id }} {{ categorie.labelCategorie }} show edit
no records found
Create new {% endblock %}