{# {% extends 'base.html.twig' %} #}
{% block title %}{% endblock %}
{% block body %}
LES LIVRES
Les Livres en version {{ format }}
{# Lire et afficher toutes les notifications #}
{% for label, messages in app.flashes %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endfor %}
{% if is_granted('ROLE_ADMIN') %}
{# Seul l'admin peut ajouter un nouveau livre #}
Ajouter
{% endif %}
{% for livre in format.livre %}
{% if livre.id == 47 %}
{# Pour ajouter le livre au panier #}