{% extends "books_app/index.html" %} {% block content %}
Reading at the Moment
To-Be-Read list
Read list
Library
{% if items_ratm %}
Sort by:
Author
Author
Title
On my bookshelf
Book type
Read date
All + / All -
{% endif %}
{% if items_tbr %}
Sort by:
Author
Author
Title
On my bookshelf
Book type
Read date
All + / All -
{% endif %}
{% if items_read %}
Sort by:
Author
Author
Title
On my bookshelf
Book type
Read date
All + / All -
{% endif %}
{% if items_lib %}
Sort by:
Author
Author
Title
On my bookshelf
Book type
Read date
All + / All -
{% endif %}
{% endblock %}