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

Categorie index

{% for categorie in categories %} {% else %} {% endfor %}
Id Description2 actions
{{ categorie.id }} {{ categorie.description2 }} {% if is_granted('ROLE_VISITEUR') %} Voir Modifier {% endif %}
no records found
{% if is_granted('ROLE_VISITEUR') %} Créer nouveau {% endif %} {% endblock %}