detail page getting shape
[wolnelektury.git] / wolnelektury / templates / catalogue / search_no_hits.html
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load catalogue_tags pagination_tags %}
4
5 {% block titleextra %}{% trans "Search" %}{% endblock %}
6
7 {% block bodyid %}tagged-object-list{% endblock %}
8
9 {% block body %}
10     <h1>{% trans "Search" %}</h1>
11
12     <div id="books-list">
13         <p>{% trans "Sorry! Search cirteria did not match any resources." %}</p>
14
15                 <p>{% blocktrans %}Search engine supports following criteria: title, author, theme/topic, epoch, kind and genre.
16                 As for now we do not support full text search.{% endblocktrans %}</p>
17         {% include "info/join_us.html" %}
18     </div>
19
20     <div class="column-right block-form">
21         {% include "publishing_suggest.html" %}
22     </div>
23 {% endblock %}