X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/362ea2e7f8ac4254398791139cc060090199f400..462d84ea8718cd3ca1112fe11c2120a0f20f475f:/wolnelektury/templates/catalogue/book_fragments.html diff --git a/wolnelektury/templates/catalogue/book_fragments.html b/wolnelektury/templates/catalogue/book_fragments.html index f21b1a806..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