X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e0de41ae1e67c230ad1e67f34f6f4f76e53d7234..fb20b55d2769c454ab880eaa7df053aa491193bf:/wolnelektury/templates/catalogue/book_fragments.html diff --git a/wolnelektury/templates/catalogue/book_fragments.html b/wolnelektury/templates/catalogue/book_fragments.html index 550787d28..d46f869d8 100644 --- a/wolnelektury/templates/catalogue/book_fragments.html +++ b/wolnelektury/templates/catalogue/book_fragments.html @@ -1,38 +1,20 @@ {% extends "base.html" %} {% load i18n %} -{% load catalogue_tags pagination_tags %} +{% load work_list from catalogue_tags %} -{% block title %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }} {% "on " %} WolneLektury.pl{% endblock %} +{% 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 }}

-
-

{{ form.q }} {% trans "or" %} {% trans "return to book's page" %}

-
- - {% autopaginate fragments 10 %} -
-
    - {% for fragment in fragments %} -
  1. {{ fragment.short_html }}
  2. - {% endfor %} -
- {% paginate %} -
-
-
- {% trans "See description" %} {% trans "of the book "%} {{ book }} -
-
-
-
+
+

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

-
- -
-

* {% trans "Loading" %}

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