X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/26cfb5089c251551ba002f1e90b39fc0c474afd2..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 3d46368dc..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 %}