1 {% extends "base.html" %}
 
   3 {% load catalogue_tags pagination_tags %}
 
   5 {% block title %}{% trans "Search in WolneLektury.pl" %}{% endblock %}
 
   7 {% block bodyid %}tagged-object-list{% endblock %}
 
  10     <h1>{% title_from_tags tags %}</h1>
 
  11     {% breadcrumbs tags %}
 
  14         <p>{% trans "Search of " %}<i>{{ query }}</i> {% trans "did not match any resources." %}</p>
 
  16                 <p>{% transblock %}Search engine supports following criteria: title, author, theme/topic, epoch, kind and genre.
 
  17                 As for now we do not support full text search.{% endtransblock %}</p>
 
  18         {% include "info/join_us.html" %}
 
  22         <div class="header"><a href="#" class="jqmClose">{% trans "Close" %}</a></div>
 
  24             <p><img src="{{ STATIC_URL }}img/indicator.gif" alt="*"/> {% trans "Loading" %}</p>