3 {% load inline_tag_list from catalogue_tags %}
4 {% load ssi_include from ssify %}
7 <div class="search-result">
8 {% cache 86400 catalogue_book_short book.pk %}
9 {% include 'catalogue/book_short.html' %}
12 <div class="snippets">
15 <div class="snippet-text">
16 <a href="{% url 'book_text' book.slug %}#sec{{hit.section_number}}">{{hit.snippet|safe}}</a>
18 {% elif hit.fragment %}
19 <div class="snippet-text">
20 {% if hit.themes_hit %}
21 {% inline_tag_list hit.themes_hit %}
23 <a href="{{hit.fragment.get_absolute_url}}">
27 {{hit.fragment.text|truncatewords_html:15|safe}} {# bad, now impossible #}
35 <div style="clear: right"></div>