{% extends "base.html" %} {% load static %} {% block sidenav %} {% for item in item_list %}
{{ books|length }} book{{ books|length|pluralize }} found
Here are some related books you might like:
There are no books in the system yet. Try posting one!
{% endif %} {% else %}Enter a search term above to find books.
{% endif %} {% endblock content %}