X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/16a94603f78e462ff0f8069cd157dbe9f604a215..e89f0663d3ef7ccbf2b51e400430695fb2421b6f:/src/catalogue/templates/catalogue/search_multiple_hits.html diff --git a/src/catalogue/templates/catalogue/search_multiple_hits.html b/src/catalogue/templates/catalogue/search_multiple_hits.html index b3f522b0b..4a32706ce 100644 --- a/src/catalogue/templates/catalogue/search_multiple_hits.html +++ b/src/catalogue/templates/catalogue/search_multiple_hits.html @@ -3,7 +3,6 @@ {% load pagination_tags %} {% load inline_tag_list from catalogue_tags %} {% load book_searched from search_tags %} -{% load ssi_include from ssify %} {% block titleextra %}{% trans "Search" %}{% endblock %} @@ -14,25 +13,47 @@ {% trans "Did you mean" %} {{did_you_mean|lower}}? {% endif %} -
- {% if tags %} +
+ {% if pd_authors %}
- {% for tag in tags %} - - {% include "catalogue/tag_box.html" %} - + {% for author in pd_authors %} +
+ {% include "pdcounter/pd_author_box.html" %} +
{% endfor %}
{% endif %}
- + {% if books %} + + {% endif %} + + {% if pictures %} +

{% trans "Art" %}

+ + {% endif %}
{% endblock %}