{% extends 'base.html' %} {% block content %}

Search results

{% if count<1 %}

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

{% else %} {% endif %} {% for book in books if not book.is_deleted %}
{{book.label}}
{% if book.versions %}

Last updated by {{book.owner.username}} on {{book.versions[-1].updated_at.strftime('%B %d, %Y')}}

{% endif %}
{{ book.stars|length }}

{{ book.approved_interpretations|length }}

{{ book.approved_comments|length }}

{% endfor %} {% if page.pages > 1 %}
{% endif %}
{% endblock %}