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