X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/41e79f5deff58b34f185c8c7426f505793c1d9c7..6f2ae8587bd74b8d5d4f89170ef72209af2f9a1f:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 7963fe6a9..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 }}.

@@ -44,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 }}

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

{% trans "Details" %}