X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cc622b425a00ee0a43e6005308d7e71bbb7d3741..d18f17e7a8bdcafd4ef341b1cbe90c5c275a9dcb:/src/catalogue/templates/catalogue/2022/collection.html diff --git a/src/catalogue/templates/catalogue/2022/collection.html b/src/catalogue/templates/catalogue/2022/collection.html new file mode 100644 index 000000000..38c52d847 --- /dev/null +++ b/src/catalogue/templates/catalogue/2022/collection.html @@ -0,0 +1,50 @@ +{% extends '2022/base.html' %} + + +{% block breadcrumbs %} + Katalog + Kolekcje +{% endblock %} + + +{% block main %} + +
+
+

{{ collection.title }}

+
+
+ +
+

+ {{ collection.description|safe }} +

+
+ +
+
+
+ + +
+
+ Sortuj: +
+ + + +
+
+
+
+ +
+
+ {% for book in collection.get_books %} + {% include "catalogue/2022/book_box.html" %} + {% endfor %} +
+
+ + +{% endblock %}