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

Recette index

{% for recette in recettes %} {% else %} {% endfor %}
Id Description4 Fiche Notes Avis Categories actions
{{ recette.id }} {{ recette.description3 }} {{ recette.fiche }}
    {% for note in recette.notes %}
  • {{ note.note }} / 5
  • {% endfor %}
    {% for note in recette.notes %}
  • {{ note.description1 }}
  • {% endfor %}
    {% for categorie in recette.categories %}
  • {{ categorie.description2 }}
  • {% endfor %}
show {% if is_granted('ROLE_ADMIN') %} edit {% endif %}
no records found
Create new {% endblock %}