{% extends "base.html" %} {% load i18n %} {% load catalogue_tags pagination_tags %} {% block title %}{% trans "Searching in" %} WolneLektury.pl{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %}
{% title_from_tags tags %}
{% breadcrumbs tags %}
{% trans "More than one result matching the criteria found." %}
{% for match, link, type in results %}
{% trans type %}:
{% ifequal type "book" %} {% book_title match %} {% else %} {{ match.name }} {% endifequal %}
{% endfor %}
{% trans "Close" %}
{% trans "Loading" %}
{% endblock %}