{% extends 'lists/list_layout.html' %} {% block panel %}

Pending Books

Go to list

{% if not pending.exists %}

You're all set!

{% else %} {% for item in pending %} {% endfor %}
Book Suggested by
{% include 'snippets/book_cover.html' with book=item.book size="small" %} {% include 'snippets/book_titleby.html' with book=item.book %} {% include 'snippets/username.html' with user=item.added_by %}
{% csrf_token %}
{% csrf_token %}
{% endif %}
{% endblock %}