{% extends "catalogue/book_wide.html" %} {% load i18n %} {% block box-class %}book-wide-box search-result{% endblock %} {% block quote %} {% if hits.0.snippets %}
{{hits.0.snippets.0|safe}}
{% else %}{% if hits.0.fragment %}
{{hits.0.fragment.short_text|safe}}
{% endif %}{% endif %} {% if hits.1 %}

{% trans "See more" %}

{% endif %} {% endblock %} {% block box-append %}
{% for hit in hits %} {% if hit.snippets %}
{{hit.snippets.0|safe}}
{% else %} {% if hit.fragment %}
{{hit.fragment.short_text|safe}}
{% endif %} {% endif %} {% endfor %}
{% endblock %}