X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/88eaa6c36bd8a5eb8fe1a1b3ad1f8aaddb258d5c..ec3ed54f52c0551fab881e2fa6009cdd6469559f:/wolnelektury/templates/catalogue/tagged_object_list.html diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index 2bf636ecc..aef6ad5c3 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -55,6 +55,12 @@

{% title_from_tags tags %}

{% breadcrumbs tags %} + {% if shelf_is_set and not object_list %} +
+

Twoja półka jest pusta

+

Możesz wrzucić książkę na półkę, wchodząc na stronę danej lektury i klikając na przycisk „Na półkę!”.

+
+ {% else %} {% autopaginate object_list 10 %}
{% with tags|last as last_tag %} @@ -78,10 +84,6 @@

Autorzy

{% tag_list categories.author tags %} {% endif %} - {% if categories.epoch %} -

Epoki

- {% tag_list categories.epoch tags %} - {% endif %} {% if categories.kind %}

Rodzaje

{% tag_list categories.kind tags %} @@ -89,7 +91,11 @@ {% if categories.genre %}

Gatunki literackie

{% tag_list categories.genre tags %} - {% endif %} + {% endif %} + {% if categories.epoch %} +

Epoki

+ {% tag_list categories.epoch tags %} + {% endif %}
{% if categories.theme %} @@ -99,6 +105,7 @@
+ {% endif %}
Zamknij