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

Categorie

Id {{ categorie.id }}
Description2 {{ categorie.description2 }}
back to list {% if is_granted('ROLE_ADMIN') %} edit {{ include('categorie/_delete_form.html.twig') }} {% endif %} {% endblock %}