{% extends 'base.html.twig' %} {% block title %}Hello AdminCategorieController! {% endblock %} {% block body %}

categorie

{% for categorie in categorie%}

{{categorie.id}} -

{{categorie.name}} -

{% endfor %}

nouvelle categorie

{% endblock %}