X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/325a7f36de2b6f38c53f6e1dc103807f66944364..2b57c59f0caa7d096a2e17aec3377d2628377491:/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 7a3e580b8..70988f395 100644 --- a/wolnelektury/templates/catalogue/search_multiple_hits.html +++ b/wolnelektury/templates/catalogue/search_multiple_hits.html @@ -1,75 +1,115 @@ {% 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}})
-No results.
- {% endfor %} + + {% if results.author %} +{% trans "Results by authors" %}
+{% trans "Results by title" %}
+{% trans "Results in text" %}
+{% trans "More than one result matching the criteria found." %}
-{% trans "Other results" %}
+