{% extends './admin/base.html.twig' %} {% block title %}Gestion des produits{% endblock %} {% block body %}

Menu

{{cat01.name}} - {{ cat01.price }}€
{{ cat01.description }}
Modifier "{{cat01.name}}"
{{cat02.name}}
{{ cat02.description }}
Modifier "{{cat02.name}}"
    {% for item in items02 %}
  • {{ item.name }} {% if item.price %}({{ item.price }}€{% endif %}{% if item.priceUnit %}/{{ item.priceUnit }}){% endif %} |
    {{ item.description }}
  • {% endfor %}
  • + Ajouter un élément
{{cat03.name}}
{{ cat03.description }}
Modifier "{{cat03.name}}"
    {% for item in items03 %}
  • {{ item.name }} {% if item.price %}({{ item.price }}€{% endif %}{% if item.priceUnit %}/{{ item.priceUnit }}){% endif %} |
    {{ item.description }}
  • {% endfor %}
  • + Ajouter un élément
{{cat04.name}}
{{ cat04.description }}
Modifier "{{cat04.name}}"
    {% for item in items04 %}
  • {{ item.name }} {% if item.price %}({{ item.price }}€{% endif %}{% if item.priceUnit %}/{{ item.priceUnit }}){% endif %} |
    {{ item.description }}
  • {% endfor %}
  • + Ajouter un élément
{{cat05.name}}
{{ cat05.description }}
Modifier "{{cat05.name}}"
    {% for item in items05 %}
  • {{ item.name }} {% if item.price %}({{ item.price }}€{% endif %}{% if item.priceUnit %}/{{ item.priceUnit }}){% endif %} |
    {{ item.description }}
  • {% endfor %}
  • + Ajouter un élément
{{cat06.name}}
{{ cat06.description }}
Modifier "{{cat06.name}}"
    {% for item in items06 %}
  • {{ item.name }} {% if item.price %}({{ item.price }}€{% endif %}{% if item.priceUnit %}/{{ item.priceUnit }}){% endif %} |
    {{ item.description }}
  • {% endfor %}
  • + Ajouter un élément
{% endblock %}