{% extends 'lists/layout.html' %} {% load i18n %} {% load bookwyrm_tags %} {% load bookwyrm_group_tags %} {% load markdown %} {% block breadcrumbs %} {% endblock %} {% block panel %} {% if request.user == list.user and pending_count %}
{% endif %}{% trans "This list is currently empty" %}
{% else %}{% include 'snippets/book_titleby.html' %}
{% include 'snippets/stars.html' with rating=item.book|rating:request.user %}
{% blocktrans %}No books found matching the query "{{ query }}"{% endblocktrans %}
{% else %}{% trans "No books found" %}
{% endif %} {% endif %} {% if suggested_books|length > 0 %} {% for book in suggested_books %}{% include 'snippets/book_titleby.html' with book=book %}