X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e0de41ae1e67c230ad1e67f34f6f4f76e53d7234..6f2ae8587bd74b8d5d4f89170ef72209af2f9a1f:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index e85f1938e..60284d6a4 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -7,11 +7,11 @@ {% block bodyid %}book-detail{% endblock %} {% block body %} -

{{ book.title }}, {{ categories.author|join:", " }}

+

{% book_title book %}

{{ form.q }} {% trans "or" %} {% trans "return to main page" %}

- +
{% if extra_info.license %}

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

@@ -33,6 +33,9 @@ {% if book.pdf_file %} {% trans "Download PDF" %} {% endif %} + {% if book.epub_file %} + {% trans "Download EPUB" %} + {% endif %} {% if book.odt_file %} {% trans "Download ODT" %} {% endif %} @@ -41,7 +44,7 @@ {% endif %} {% if book.mp3_file %}
- +

{% trans "Artist" %}: {{ book.get_extra_info_value.artist_name }}

{% if book.get_extra_info_value.director_name %}

{% trans "Director" %}: {{ book.get_extra_info_value.director_name }}

@@ -59,7 +62,7 @@ {% endif %}
- + {% if book_children %} {% autopaginate book_children 10 %}
@@ -71,15 +74,15 @@
{% paginate %} {% endif %} - + - +

{% trans "Details" %}