X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5685b8ab601b5ccdecc44bb5d0b23b937f5c487f..4e4193d13fea114ac1b2714f9a262a4bc6d79b75:/src/catalogue/templates/catalogue/book_short.html diff --git a/src/catalogue/templates/catalogue/book_short.html b/src/catalogue/templates/catalogue/book_short.html index 0b33f23a7..b2a912f1a 100644 --- a/src/catalogue/templates/catalogue/book_short.html +++ b/src/catalogue/templates/catalogue/book_short.html @@ -4,6 +4,8 @@ {% load book_shelf_tags from social_tags %} {% load static %} + {% with ga=book.get_audiobooks %} + {% with audiobooks=ga.0 %}
@@ -11,6 +13,7 @@ {% include "catalogue/snippets/like_button.html" %} {% endblock %} + {% with book.tags_by_category as tags %}
{% block book-box-body-pre %} @@ -20,11 +23,11 @@
{% for tag in tags.author %} {{ tag.name }}{% if not forloop.last %}, - {% endif %}{% endfor %}{% for parent in parents %}, + {% endif %}{% endfor %}{% for parent in book.parents %}, {{ parent.title }}{% endfor %}
{% if book.translator %}
@@ -35,9 +38,9 @@
{% if book.cover_thumb %} - {% if main_link %}{% endif %} + Cover - {% if main_link %}{% endif %} + {% endif %} {% block cover-area-extra %}{% endblock %}
@@ -67,7 +70,14 @@ {% endfor %} - {% if show_lang %} + {% if book.extra_info.location %} + + {% trans "Region" %}:  + {{ book.extra_info.location }} + + {% endif %} + + {% if book.is_foreign %} {% trans "Language" %}:  {{ book.language_name }} @@ -75,12 +85,14 @@ {% endif %} - {% if stage_note %} + {% with stage_note=book.stage_note %} + {% if stage_note.0 %}
- {{ stage_note }} + {{ stage_note.0 }} {% endif %} + {% endwith %}
{% book_shelf_tags book.pk %} @@ -91,7 +103,7 @@ {% trans "Read online" %} {% endif %} {% if book.print_on_demand %} - {% trans "Print on demand –" %} + Przed zakupem upewnij się, że cena druku na żądanie jest dla Ciebie odpowiednia.
Wszystkie nasze zasoby w wersji elektronicznej są zawsze dostępne bezpłatnie." %}">{% trans "Print on demand –" %}
{% endif %} @@ -101,31 +113,46 @@ {% if book.pdf_file %} PDF {% endif %} - {% custom_pdf_link_li book %} {% if book.epub_file %} EPUB {% endif %} {% if book.mobi_file %} MOBI {% endif %} - {% if book.fb2_file %} - FB2 - {% endif %} - {% if book.txt_file %} - TXT + {% if book.has_audio %} + MP3 {% endif %} - {% download_audio book %} + {% trans "more" %} + + {% if book.fb2_file %} + FB2 + {% endif %} + {% if book.txt_file %} + TXT + {% endif %} + {% download_audio book mp3=False %} +
+ {% custom_pdf_link_li book %} + {% trans "less" %} +
+
+ {% if book.abstract %} +
+ {{ book.abstract|safe }} +
+ {% endif %} {% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %}
+ {% endwith %} {% block right-column %} {% if audiobooks %} -
+
{% include 'catalogue/snippets/jplayer.html' %}
{% endif %} @@ -134,4 +161,6 @@
+ {% endwith %} + {% endwith %} {% endspaceless %}