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

Search results

{% if not count %}

No {{query}} in any interpretation, try another search query.

{% else %} {% for interpretation in interpretations %} {% with show_breadcrumbs=True, hide_vote_btns=True %} {% include 'book/components/interpretation_list_item.html' %} {% endwith %} {% endfor %} {% if page.pages > 1 %}
{% endif %} {% endif %}
{% endblock %}