{% 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 %}{% include 'snippets/book_titleby.html' %}
{% include 'snippets/stars.html' with rating=item.book|rating:request.user %}
{{ book|book_description|to_markdown|default:""|safe|truncatewords_html:20 }}
{% include 'snippets/shelve_button/shelve_button.html' %}{% 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 %}