X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5923c1d5a9adb03043d45cf47684825aaa1e6f93..3badd77f743883992829a1174eef7c8d5e851766:/wolnelektury/templates/catalogue/tagged_object_list.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html index cc902c739..21aef82ce 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -1,143 +1,138 @@ {% extends "base.html" %} -{% load catalogue_tags pagination_tags %} - -{% block title %}{% title_from_tags tags %} w WolneLektury.pl{% endblock %} - -{% block bodyid %}books{% endblock %} - -{% block extrahead %} - -{% endblock %} +{% load i18n %} +{% load catalogue_tags switch_tag %} + +{% block titleextra %}{% title_from_tags tags %}{% endblock %} + +{% block bodyid %}tagged-object-list{% endblock %} {% block body %} +
+

{% title_from_tags tags %}

- {% breadcrumbs tags %} - - {% autopaginate object_list 10 %} -
- {% with tags|last as last_tag %} - {% if last_tag.has_description %} -
- {{ last_tag.description|safe }} -
-

Zwiń opis ▲

- {% endif %} - {% endwith %} -
    - {% for book in object_list %} -
  1. {{ book.short_html }}
  2. - {% endfor %} -
- {% paginate %} -
-
-
- {% if categories.set %} -

Półki

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

Autorzy

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

Epoki

- - {% endif %} + + {% with tags|last as last_tag %} + {% if last_tag.has_description %} +
+
{{ last_tag.description|safe }}
+
{{ last_tag.description|safe|truncatewords_html:30 }}
-
- {% if categories.kind %} -

Rodzaje

- - {% endif %} +
+

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

{% trans "Authors" %}: + {% inline_tag_list categories.author tags %} +

+ {% endif %} + {% if categories.kind %} +

{% trans "Kinds" %}: + {% inline_tag_list categories.kind tags %} +

+ {% endif %} + {% if categories.genre %} +

{% trans "Genres" %}: + {% inline_tag_list categories.genre tags %} +

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

{% trans "Epochs" %}: + {% inline_tag_list categories.epoch tags %} +

+ {% endif %} +
+ + {% if categories.theme %} +
+

{% trans "Motifs and themes" %}

+
+ {% tag_list categories.theme tags %} +
-
- {% if categories.genre %} -

Gatunki literackie

- - {% endif %} + {% endif %} + +
+
+ + +
+ +
+ Dobranoc, obróć jeszcze raz na mnie oczęta,
+ (…) Daj mi pierś ucałować
+ Dobranoc, zapięta. +
+

Adam Mickiewicz, Dziady część III

+
+ +
+

{% trans "See also" %}:

+
-
- {% if categories.theme %} -

Motywy

- - {% endif %} + +
+

{% trans "Download" %}:

+
+
-