{% extends "catalogue/book_short.html" %} {% load i18n %} {% block box-class %}search-result{% endblock %} {% block right-column %}
In text:
{% else %} {% if hit.fragment %}{% trans "In fragment" %} {% if hit.themes_hit %}{% trans ", for themes:" %}{% for t in hit.themes_hit %}{{t.name}} {% endfor %}{% endif %}
{{hit.fragment.get_short_text|safe}}