X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/56cde931d184d61118503fe2e158c39c90c4fd69..170d4d705a5b3720d7e44296e50c6903a559e3ac:/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 b842cb44a..346034b1d 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -5,56 +5,16 @@ {% block bodyid %}tagged-object-list{% endblock %} -{% block extrahead %} - -{% endblock %} - {% block body %}

{% 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 %} @@ -62,8 +22,14 @@
{{ last_tag.description|safe }}
+

Zwiń opis ▲

{% endif %} + {% if shelf_is_set %} + + Pobierz wszystkie książki z tej półki + + {% endif %} {% endwith %}
    {% for book in object_list %} @@ -74,59 +40,32 @@
- {% if categories.set %} -

Półki

- - {% endif %} {% if categories.author %}

Autorzy

- - {% endif %} - {% if categories.epoch %} -

Epoki

- + {% tag_list categories.author tags %} {% endif %} {% if categories.kind %}

Rodzaje

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

Gatunki literackie

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

Epoki

+ {% tag_list categories.epoch tags %} + {% endif %}
{% if categories.theme %}

Motywy

- + {% tag_list categories.theme tags %} {% endif %}
+ {% endif %}
Zamknij