{% 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 extra_info.license %}

Utwór jest udostępniony na licencji {{ extra_info.license_description }}.

{% endif %}

Na podstawie: {{ extra_info.source_name }}

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

Zwiń opis ▲

{% endif %}

Wrzuć lekturę 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.mp3_file and book.ogg_file %}

Czyta: {{ book.get_extra_info_value.artist_name }}

Reżyseruje: {{ book.get_extra_info_value.director_name }}

Pobierz plik MP3 Pobierz plik Ogg Vorbis {% endif %}
{% if book_children %} {% autopaginate book_children 10 %}
    {% for book in book_children %}
  1. {{ book.short_html }}
  2. {% endfor %}
{% paginate %} {% endif %}

O utworze

W innych miejscach

Motywy w utworze

Zamknij

* Ładowanie

{% endblock %}