X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87e084d47c335cd6f0b3e91d614999f55d148044..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 276e55e42..b96eb96cd 100644 --- a/src/catalogue/templates/catalogue/plain_list.html +++ b/src/catalogue/templates/catalogue/plain_list.html @@ -1,19 +1,21 @@ {% spaceless %} -{% load catalogue_tags %} - - -
-
-{% for initial, object_list in names %} - {% if initial %} -

{{ initial }}

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

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

- {% endfor %} -{% endfor %} -
-
-
+ {% 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 %}

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