X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/89e8405b168762835c1531841384ae849dd93f97..cb6cfc1c84798ac22313e3e44cd00ff5da601575:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index fed2d5b26..54548007e 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -4,6 +4,8 @@ {% block title %}{{ book.title }} {% trans "on WolneLektury.pl" %}{% endblock %} +{% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %} + {% block bodyid %}book-detail{% endblock %} {% block body %} @@ -40,39 +42,70 @@
{% trans "Put a book" %} {% trans "on the shelf!" %}
{% 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 }}
- {% endif %} + {% if book.has_html_file %} + {% trans "Read online" %} + {% endif %} ++ {% trans "Audiobooks" %}: + + {% if book.has_mp3_file %}MP3{% endif %} + {% if book.has_ogg_file %}Ogg Vorbis{% endif %} + {% if book.has_daisy_file %}DAISY{% endif %} + +
+{% blocktrans with 'CzytamySÅuchajÄ c' as cs %}Audiobooks were prepared as a part of the {{ cs }} project.{% endblocktrans %} +
+ {% endif %}{% trans "Loading" %}