{% extends "catalogue/book_short.html" %} {% load i18n catalogue_tags %} {% block box-class %}search-result{% endblock %} {% block right-column %}
{% for hit in hits %} {% if hit.snippet %}
{{hit.snippet|safe}}
{% else %} {% if hit.fragment %}
{% if hit.themes_hit %} {% inline_tag_list hit.themes_hit %} {% endif %} {{hit.fragment.text|truncatewords_html:15|safe}}
{% endif %} {% endif %} {% endfor %}
{% endblock %}