X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/137adc006b783dc9444d051625ab4d59456840cd..4b2c05eedf0c6b3d213ce0b760d641c345e3c9b3:/src/catalogue/templates/catalogue/2022/book_fragments.html diff --git a/src/catalogue/templates/catalogue/2022/book_fragments.html b/src/catalogue/templates/catalogue/2022/book_fragments.html new file mode 100644 index 000000000..d1d4f2435 --- /dev/null +++ b/src/catalogue/templates/catalogue/2022/book_fragments.html @@ -0,0 +1,78 @@ +{% extends '2022/base.html' %} +{% load pagination_tags %} + +{% block global-content %} +
+ +
+ +
+ +
+
+

+ Motyw: {{ theme.name }} + w utworze + {{ book }} +

+
+
+ + + + {% autopaginate fragments 10 %} + +
+
+
+
+ + {% for fragment in fragments %} + {% include 'catalogue/2022/fragment_box.html' %} + {% endfor %} + {% paginate using '2022/paginate.html' %} +
+
+
+
+

Motyw: {{ theme.name }}

+ {{ theme.description|safe }} + +
+
+
+
+
+ +{% endblock %}