{% extends 'base.html' %} {% block title %}Search results{% endblock %} {% block right_sidebar %} {% endblock %} {% block content %}

Search results

{% if not count %}

No {{query}} in any book name or included content, try another search query.

{% else %} {% endif %} {% for book in books if not book.is_deleted %} {% include 'book/components/book_list_item.html' %} {% endfor %} {% if page.pages > 1 %}
{% endif %}
{% endblock %}