{% extends 'lists/layout.html' %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block panel %}

{% trans "Pending Books" %}

{% if not pending.exists %}

{% trans "You're all set!" %}

{% else %}
{% for item in pending %} {% with book=item.book %}
{% csrf_token %}
{% csrf_token %}
{% endwith %} {% endfor %}
{% endif %}
{% endblock %}