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

{{bookName}}

Bookshelves this book belongs to:

Number of bookshelves it belongs to:

{{ total }}

{% if bookshelves %} {% else %}

This book is not in any bookshelves.

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