X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..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 a9351843a..b96eb96cd 100644 --- a/src/catalogue/templates/catalogue/plain_list.html +++ b/src/catalogue/templates/catalogue/plain_list.html @@ -1,21 +1,21 @@ {% spaceless %} -{% 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 %} -
-
-
+ {% 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 %}