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

Ingredient index

{% for ingredient in ingredients %} {% else %} {% endfor %}
Id Description Categories actions
{{ ingredient.id }} {{ ingredient.description }}
    {% for categorie in ingredient.categorie %}
  • {{ categorie.description2 }}
  • {% endfor %}
show edit
no records found
Create new {% endblock %}