X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/04f567d3dcf63ec88484ba25a178c6eb336ea04e..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 fb2abe0e8..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 %}

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