{% extends "catalogue/book_short.html" %} {% load inline_tag_list from catalogue_tags %} {% block right-column %}
{% for hit in hits %} {% if hit.snippet %} {% elif hit.fragment %}
{% if hit.themes_hit %} {% inline_tag_list hit.themes_hit %} {% endif %} {{hit.snippet|safe}}
{% endif %} {% endfor %}
{% include 'catalogue/snippets/jplayer.html' %}
{% endblock %}