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

Categorie index

{% for categorie in categories %} {% else %} {% endfor %}
Id Description2 Ingrédients actions
{{ categorie.id }} {{ categorie.description2 }}
    {% for ingredient in categorie.ingredients %}
  • {{ ingredient.description }}
  • {% endfor %}
show {% if is_granted('ROLE_ADMIN') %} edit {% endif %}
no records found
Create new {% endblock %}