{% extends "base.html" %} {% load i18n %} {% load catalogue_tags pagination_tags %} {% block titleextra %}{{ book.title }}{% endblock %} {% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %} {% block bodyid %}book-detail{% endblock %} {% block body %}

{% book_title book %}

{% if extra_info.license %}

{% trans "Work is licensed under " %} {{ extra_info.license_description }}.

{% endif %}

{% trans "Based on" %}: {{ extra_info.source_name }}

{% if book.has_description %}
{{ book.description|safe }}
{{ book.description|safe|truncatewords_html:30 }}

{% endif %}

{% trans "Put a book" %} {% trans "on the shelf!" %}

{% if book.has_html_file %} {% trans "Read online" %} {% endif %}
{% if book.pdf_file %} {% trans {% endif %} {% if book.epub_file %} {% trans {% endif %} {% if book.mobi_file %} {% trans {% endif %} {% if book.txt_file %} {% trans {% endif %} {% if book.pdf_file %}
{% trans "Dowload customized PDF" %}. {% endif %}
{% if book_children %} {% autopaginate book_children 10 %}
    {% for book in book_children %}
  1. {{ book.short_html }}
  2. {% endfor %}
{% paginate %} {% endif %}

{% trans "Details" %}

{% trans "Other resources" %}

{% trans "View XML source" %}

Miksuj ten utwór

{% trans "Work's themes " %}

{% endblock %}