1 {% extends "base.html" %}
3 {% load catalogue_tags pagination_tags %}
5 {% block title %}{% trans "Searching in" %} WolneLektury.pl{% endblock %}
7 {% block bodyid %}tagged-object-list{% endblock %}
10 <h1>{% title_from_tags tags %}</h1>
11 {% breadcrumbs tags %}
14 <p>{% trans "More than one result matching the criteria found." %}</p>
16 {% for match, link, type in results %}
17 <li>{% trans type %}: <a href='{{ link }}'>
18 {% ifequal type "book" %}
19 {% book_title match %}
29 <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
31 <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>