X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a8e8a433dfa6d7c3789f6d996fd2e122b461c08..24e09bc235b3ff6e659e901dfbdbcc23e6e14ba7:/wolnelektury/templates/catalogue/book_fragments.html diff --git a/wolnelektury/templates/catalogue/book_fragments.html b/wolnelektury/templates/catalogue/book_fragments.html index 4f1c0ebad..d46f869d8 100644 --- a/wolnelektury/templates/catalogue/book_fragments.html +++ b/wolnelektury/templates/catalogue/book_fragments.html @@ -1,37 +1,20 @@ {% extends "base.html" %} -{% load catalogue_tags pagination_tags %} +{% load i18n %} +{% load work_list from catalogue_tags %} -{% block title %}Motyw {{ theme }} w utworze {{ book }} w WolneLektury.pl{% endblock %} +{% block titleextra %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }}{% endblock %} {% block bodyid %}tagged-object-list{% endblock %} {% block body %} -

Motyw {{ theme }} w utworze {{ book }}

-
-

{{ form.q }} lub wróć do strony utworu

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

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

-
- -
-

* Ładowanie

-
+ +
+ {% work_list fragments %}
-{% endblock %} \ No newline at end of file +{% endblock %}