Code layout change.
[wolnelektury.git] / src / reporting / templates / reporting / catalogue.csv
diff --git a/src/reporting/templates/reporting/catalogue.csv b/src/reporting/templates/reporting/catalogue.csv
new file mode 100755 (executable)
index 0000000..eb2ebd9
--- /dev/null
@@ -0,0 +1 @@
+{% load catalogue_tags %}{% book_tree_texml "" orphans books_by_parent %}{% for author, group in books_by_author.items %}{% if group %}{% book_tree_csv author group books_by_parent %}{% endif %}{% endfor %}