{% extends 'base.html.twig' %} {% block title %}Recette index{% endblock %} {% block body %}
| Id | Description4 | Fiche | Notes | Avis | Categories | actions |
|---|---|---|---|---|---|---|
| {{ recette.id }} | {{ recette.description3 }} | {{ recette.fiche }} |
|
|
|
{% if is_granted('ROLE_VISITEUR') %} Voir {% endif %} {% if is_granted('ROLE_ADMIN') %} Modifier {% endif %} |
| no records found | ||||||