X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0a94df2926285f044711d9d7dabf8274ffd60213..fb20b55d2769c454ab880eaa7df053aa491193bf:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 3d4495582..dd4d9078a 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -1,100 +1,21 @@ {% extends "base.html" %} +{% load cache i18n %} {% load catalogue_tags pagination_tags %} -{% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} +{% block titleextra %}{{ book.pretty_title }}{% endblock %} + +{% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %} {% block bodyid %}book-detail{% endblock %} {% block body %} -

{{ book.title }}, {{ categories.author|join:", " }}

-
-

{{ form.q }} lub wróć do strony głównej

-
- -
- {% if book.has_description %} -
- {{ book.description|safe }} -
-

Zwiń opis ▲

- {% endif %} -
- -
- - {% if book_children %} - {% autopaginate book_children 10 %} -
-
    - {% for book in book_children %} -
  1. {{ book.short_html }}
  2. - {% endfor %} -
-
- {% paginate %} - {% endif %} - -
- -
-
-

O utworze

- -
-
- {% if categories.theme %} -

Motywy w utworze

- - {% endif %} -
-
-
-
-
Zamknij
-
-

* Ładowanie

-
-
-{% endblock %} \ No newline at end of file + +{% book_wide book %} + +{% work_list book_children %} + + +

{% trans "See also" %}:

+{% related_books book %} + +{% endblock %}