{% extends "base.html" %} {% load catalogue_tags pagination_tags %} {% block title %}Lektura {{ book.title }} w WolneLektury.pl{% endblock %} {% block bodyid %}book-detail{% endblock %} {% block extrahead %} {% 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 %}
{% endblock %}