{% extends 'base.html.twig' %} {% block title %}{{ list.name }} · LivreComment{% endblock %} {% block body_class %}page-wide{% endblock %} {% block app_header %} {% include 'components/_detail_header.html.twig' with { back_fallback: path('app_lists_index'), title: 'Listes' } only %} {% endblock %} {% block body %} {% for label, messages in app.flashes(['error']) %}
par {{ list.owner.displayName ?: list.owner.username }}
{% endif %} {% set list_desc = list.description ?: (list.type.isBuiltin() ? list.type.defaultDescription : '') %} {% if list_desc %}{{ list_desc }}
{% endif %} {% if is_owner %} {% if list.likesCount > 0 %}{{ list.likesCount }}
{% endif %} {% else %} {% endif %}Aucun livre trouvé pour « {{ query }} ».
{% endif %} {% endif %}Cette liste est vide.
Ajoute des livres avec le menu ☰ en haut à droite.
{% else %}Cette liste est vide pour l'instant.
{% endif %}