X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f230a3850ec568f2281f085a076a6185d8c82b5c..b2d05b5ed588e0829c4cec01796a20a803b301db:/wolnelektury/templates/catalogue/search_multiple_hits.html diff --git a/wolnelektury/templates/catalogue/search_multiple_hits.html b/wolnelektury/templates/catalogue/search_multiple_hits.html index 0d3e70064..6739645cc 100644 --- a/wolnelektury/templates/catalogue/search_multiple_hits.html +++ b/wolnelektury/templates/catalogue/search_multiple_hits.html @@ -1,71 +1,87 @@ {% extends "base.html" %} {% load i18n %} -{% load catalogue_tags pagination_tags %} +{% load catalogue_tags search_tags pagination_tags %} {% block titleextra %}{% trans "Search" %}{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %} -
{{result.book.pretty_title}} (id: {{result.book_id}}, score: {{result.score}})
-{% trans "Results by authors" %}
+No results.
- {% endfor %} + {% if results.title %} +{% trans "Results by title" %}
+{% trans "Results in text" %}
+{% trans "More than one result matching the criteria found." %}
-{% trans "Other results" %}
+