{% extends 'lists/list_layout.html' %} {% load i18n %} {% load bookwyrm_tags %} {% block panel %} {% if request.user == list.user and pending_count %}
{% endif %}{% trans "This list is currently empty" %}
{% else %}{% blocktrans %}No books found matching the query "{{ query }}"{% endblocktrans %}
{% else %}{% trans "No books found" %}
{% endif %} {% endif %} {% for book in suggested_books %} {% if book %}{% include 'snippets/book_titleby.html' with book=book %}