{% extends 'base.html.twig' %} {% set authors_list = [] %} {% for author in work.authors %}{% set authors_list = authors_list|merge([author.name]) %}{% endfor %} {% block title %}Ajouter à une liste · {{ work.title }} · LivreComment{% endblock %} {% block app_header %} {% include 'components/_detail_header.html.twig' with { back_fallback: path('app_work_show', { publicId: work.publicId }), title: 'Livre' } only %} {% endblock %} {% block body %} {% for label, messages in app.flashes(['error', 'success']) %}
{{ work.title }}
{% if authors_list|length > 0 %} {% endif %}Tu n'as pas encore de liste à toi. Crée-en une pour y ranger ce livre.
{% endif %} Nouvelle liste {% endblock %}