X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/76a5ef1307add0a97470e8927e2b3165a8d95b29..8fefd8bdaca07a3f5607de79c081dc0f7876fbc7:/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 1a6843a81..c7898d56c 100644 --- a/wolnelektury/templates/catalogue/tagged_object_list.html +++ b/wolnelektury/templates/catalogue/tagged_object_list.html @@ -9,45 +9,55 @@ {% block body %}
-

{% title_from_tags tags %}

+

{% html_title_from_tags tags %}

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

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

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

+
+
{% trans "Authors" %}:
+
+ {% inline_tag_list categories.author tags %} +
+
{% endif %} {% if categories.kind %} -

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

+
+
{% trans "Kinds" %}:
+
+ {% inline_tag_list categories.kind tags %} +
+
{% endif %} {% if categories.genre %} -

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

+
+
{% trans "Genres" %}:
+
+ {% inline_tag_list categories.genre tags %} +
+
{% endif %} {% if categories.epoch %} -

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

+
+
{% trans "Epochs" %}:
+
+ {% inline_tag_list categories.epoch tags %} +
+
{% endif %}
{% if categories.theme %}
-

+

{% trans "Motifs and themes" %}

{% tag_list categories.theme tags %} @@ -60,6 +70,9 @@ @@ -121,7 +113,7 @@ - + {% if not theme_is_set %}
{% if object_list %} {% work_list object_list %} @@ -129,6 +121,7 @@ {% trans "Sorry! Search cirteria did not match any resources." %} {% include "info/join_us.html" %} {% endif %} - {% endwith %}
+ {% endif %} + {% endwith %} {% endblock %}