{% extends "base.html" %} {% load catalogue_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.all %}

Utwory składające się na ten utwór:

{% for book in book.children.all %}
  • {{ book.title }}
  • {% endfor %}
    {% endif %}

    O utworze

    {% if categories.theme %}

    Motywy w utworze

    {% endif %}
    {% endblock %}