X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9fbf0c4158a9427442171629a564e2de7780b5b7..fb20b55d2769c454ab880eaa7df053aa491193bf:/wolnelektury/templates/catalogue/book_fragments.html diff --git a/wolnelektury/templates/catalogue/book_fragments.html b/wolnelektury/templates/catalogue/book_fragments.html index 3ec3ad284..d46f869d8 100644 --- a/wolnelektury/templates/catalogue/book_fragments.html +++ b/wolnelektury/templates/catalogue/book_fragments.html @@ -1,29 +1,20 @@ {% extends "base.html" %} {% load i18n %} -{% load catalogue_tags pagination_tags %} +{% load work_list from catalogue_tags %} {% block titleextra %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }}{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %} -

{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }}

- - {% autopaginate fragments 10 %} -
-
    - {% for fragment in fragments %} -
  1. {{ fragment.short_html }}
  2. - {% endfor %} -
- {% paginate %} +
+

{% trans "Theme" %} + {{ theme }} +
{% trans "in work " %} + {{ book }}

-
-
- {% trans "See description" %} {% trans "of the book "%} {{ book }} -
-
-
-
+ +
+ {% work_list fragments %}
-{% endblock %} \ No newline at end of file +{% endblock %}