1 {% extends "base.html" %}
 
   3 {% load catalogue_tags pagination_tags %}
 
   5 {% block titleextra %}{% trans "Search" %}{% endblock %}
 
   7 {% block bodyid %}tagged-object-list{% endblock %}
 
  10     <h1>{% trans "Search" %}</h1>
 
  12     <div class="left-column">
 
  13     <div class="normal-text">
 
  14         <p>{% trans "Sorry! Search cirteria did not match any resources." %}</p>
 
  16                 <p>{% blocktrans %}Search engine supports following criteria: title, author, theme/topic, epoch, kind and genre.
 
  17                 As for now we do not support full text search.{% endblocktrans %}</p>
 
  18         {% include "info/join_us.html" %}
 
  22     <div class="right-column">
 
  23         {% include "publishing_suggest.html" %}