X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73ce961f14509aabfa26536f847afd28111029c6..f43bad97b17e376293c0a72e9c1726733fc285fa:/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..efe6d7915 100644 --- a/wolnelektury/templates/catalogue/search_multiple_hits.html +++ b/wolnelektury/templates/catalogue/search_multiple_hits.html @@ -1,75 +1,85 @@ {% 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 "More than one result matching the criteria found." %}
-{% trans "Results in text" %}
+{% trans "Other results" %}
+