X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2864109d874d74c0da1bf8cae4b53edfb3636c01..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/catalogue/templates/catalogue/plain_list.html diff --git a/src/catalogue/templates/catalogue/plain_list.html b/src/catalogue/templates/catalogue/plain_list.html index e26bb7f15..b96eb96cd 100644 --- a/src/catalogue/templates/catalogue/plain_list.html +++ b/src/catalogue/templates/catalogue/plain_list.html @@ -1,23 +1,21 @@ {% spaceless %} -{% load catalogue_tags %} + {% load catalogue_tags %} - -
-
+
+
-
-
- {% for initial, object_list in names %} - {% if initial_blocks %}
{% endif %} - {% if initial %} -

{{ initial }}

- {% endif %} - {% for item in object_list %} -

{{ item }}{% if item.count %} ({{ item.count}}){% endif %}

+
+
+ {% for initial, object_list in names %} + {% if initial_blocks %}
{% endif %} + {% if initial %} +

{{ initial }}

+ {% endif %} + {% for item in object_list %} +

{{ item }}{% if item.count %} ({{ item.count}}){% endif %}

+ {% endfor %} + {% if initial_blocks %}
{% endif %} {% endfor %} - {% if initial_blocks %}
{% endif %} - {% endfor %} +
-
- {% endspaceless %}