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

Categorie

Id {{ categorie.id }}
Description2 {{ categorie.description2 }}
Retour vers l'accueil {% if is_granted('ROLE_VISITEUR') %} Modifier {{ include('categorie/_delete_form.html.twig') }} {% endif %} {% endblock %}