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

Wrzuć cały zbiór na półkę!

{% if book.html_file %} Czytaj online {% endif %} {% if book.pdf_file %} Pobierz plik PDF {% endif %} {% if book.odt_file %} Pobierz plik ODT {% endif %} {% if book.txt_file %} Pobierz plik TXT {% 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 %}