{% extends "generic_template.html" %} {% block content %}

{{bookshelf}}

Bookshelf

Number of Books in Bookshelf:

{{ total }}

{% if user.is_authenticated %}

{% csrf_token %} {{ form }}

Or search for a book to add here

{% endif %}

Book List

{% if books %} {% else %}

There are no books in the bookshelf.

{% endif %} {% load static %} {% endblock %}