{% extends 'base.html.twig' %} {% block title %}Ingredient index{% endblock %} {% block body %}
| Id | Description | Categories | actions |
|---|---|---|---|
| {{ ingredient.id }} | {{ ingredient.description }} |
|
{% if is_granted('ROLE_VISITEUR') %} Voir Modifier {% endif %} |
| Aucun ingrédient trouvé | |||