tags wired to pictures
[wolnelektury.git] / apps / catalogue / templates / catalogue / tag_list_split.html
diff --git a/apps/catalogue/templates/catalogue/tag_list_split.html b/apps/catalogue/templates/catalogue/tag_list_split.html
new file mode 100644 (file)
index 0000000..b800d70
--- /dev/null
@@ -0,0 +1,10 @@
+{% load i18n %}
+{% if books %}
+<p class="mono">{% trans "Literatura" %}
+{{books|safe}}
+{% endif %}
+
+{% if pictures %}
+<p class="mono">{% trans "Obrazy" %}
+{{pictures|safe}}
+{% endif %}