{% extends 'layout.html' %}
{% load bookwyrm_tags %}
{% block content %}
Created {% if list.curation != 'open' %} and curated{% endif %} by {% include 'snippets/username.html' with user=list.user %}{{ list.name }} {% include 'snippets/privacy-icons.html' with item=list %}
{{ pending.count }} book{{pending.count | pluralize }} awaiting your approval
{% include 'snippets/toggle/open_button.html' with text="Curate suggestions" controls_text="pending-books" class="is-small" %}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 %}