X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a8e8a433dfa6d7c3789f6d996fd2e122b461c08..69191eddb9e4221d964a7e5b044ff7c5dfe38315:/wolnelektury/templates/catalogue/book_fragments.html diff --git a/wolnelektury/templates/catalogue/book_fragments.html b/wolnelektury/templates/catalogue/book_fragments.html index 4f1c0ebad..3ec3ad284 100644 --- a/wolnelektury/templates/catalogue/book_fragments.html +++ b/wolnelektury/templates/catalogue/book_fragments.html @@ -1,15 +1,13 @@ {% extends "base.html" %} +{% load i18n %} {% load catalogue_tags pagination_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

-
+

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

{% autopaginate fragments 10 %}
@@ -22,16 +20,10 @@
- Zobacz opis utworu {{ book }} + {% trans "See description" %} {% trans "of the book "%} {{ book }}
-
-
Zamknij
-
-

* Ładowanie

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