X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/84aecebd96f2bc8a27396ecf10c409a8b91e1bcc..3ecd7222f0493c2bdb4de0fdb7dc02f4b4767457:/wolnelektury/templates/catalogue/book_detail.html
diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html
index ffb586b8b..11edda829 100644
--- a/wolnelektury/templates/catalogue/book_detail.html
+++ b/wolnelektury/templates/catalogue/book_detail.html
@@ -40,58 +40,70 @@
- {% if book.has_html_file %}
-
{% trans "Read online" %}
- {% endif %}
- {% if book.has_pdf_file %}
-
{% trans "Download PDF" %}
- {% endif %}
- {% if book.root_ancestor.epub_file %}
-
{% trans "Download EPUB" %}
- {% endif %}
- {% if book.has_odt_file %}
-
ODT
-
- {% endif %}
- {% if book.has_txt_file %}
-
{% trans "Download TXT" %}
- {% endif %}
- {% if book.has_ogg_file %}
-
OGG
-
- {% endif %}
- {% if book.has_daisy_file %}
-
DAISY
-
- {% endif %}
- {% if book.has_mp3_file %}
-
MP3
-
-
- {% for media in book.get_mp3 %}
- {{ media.name }}
-
-
-
-
-
-
-
- {% endfor %}
-
- {% endif %}
+ {% if book.has_html_file %}
+
{% trans "Read online" %}
+ {% endif %}
+
+ {% if book.has_pdf_file %}
+
+ {% endif %}
+ {% if book.root_ancestor.epub_file %}
+
+ {% endif %}
+ {% if book.has_txt_file %}
+
+ {% endif %}
+ {% for media in book.get_odt %}
+
+ {% endfor %}
+
+ {% if book.has_mp3_file or book.has_ogg_file or book.has_daisy_file %}
+
+
+
+ {% if book.has_mp3_file %}
+
+ {% for media in book.get_mp3 %}
+
+ {{ media.name }}
+ {% trans "Artist" %}: {{ media.get_extra_info_value.artist_name }}
+ {% trans "Director"%}: {{ media.get_extra_info_value.director_name }}
+
+
+
+
+
+
+
+ {% endfor %}
+
+ {% endif %}
+
+ {% if book.has_ogg_file %}
+
+ {% endif %}
+ {% if book.has_daisy_file %}
+
+ {% endif %}
+
+
{% blocktrans with 'CzytamySÅuchajÄ
c ' as cs %}Audiobooks were prepared as a part of the {{ cs }} project.{% endblocktrans %}
+
+ {% endif %}
@@ -114,7 +126,6 @@