{% extends "base/base.html" %} {% load i18n %} {% load pagination_tags %} {% load inline_tag_list from catalogue_tags %} {% load book_searched from search_tags %} {% load ssi_include from ssify %} {% block titleextra %}{% trans "Search" %}{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %} {% if did_you_mean %} {% trans "Did you mean" %} {{did_you_mean|lower}}? {% endif %}
{% if tags %}
{% for tag in tags %} {% include "catalogue/tag_box.html" %} {% endfor %}
{% endif %}
{% endblock %}