X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/570e3368873ddff9c0a33f9f1b7860ebd8b15268..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/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 7fa78fd17..133ed0cd6 100644 --- a/src/catalogue/templates/catalogue/book_short.html +++ b/src/catalogue/templates/catalogue/book_short.html @@ -1,30 +1,42 @@ {% spaceless %} {% load i18n %} + {% load thumbnail %} + {% load cache %} {% load catalogue_tags %} {% load book_shelf_tags from social_tags %} {% load static %} + {% with ga=book.get_audiobooks %} + {% with audiobooks=ga.0 %}
- {% block book-box-pre %} - {% include "catalogue/snippets/like_button.html" %} - {% endblock %} - + {% with book.tags_by_category as tags %}
{% block book-box-body-pre %} {% endblock %} +
+ {% if book.cover_clean %} + + Cover + + {% endif %} + {% block cover-area-extra %}{% endblock %} +
+ + {% get_current_language as LANGUAGE_CODE %} + {% cache 86400 book_box_head_tags book.pk LANGUAGE_CODE %}
{% 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 %}
@@ -33,15 +45,6 @@ {% endif %}
-
- {% if book.cover_thumb %} - {% if main_link %}{% endif %} - Cover - {% if main_link %}{% endif %} - {% endif %} - {% block cover-area-extra %}{% endblock %} -
-
{% trans "Epoch" %}:  @@ -67,7 +70,16 @@ {% endfor %} - {% if show_lang %} + {% with extra_info=book.get_extra_info_json %} + {% if extra_info.location %} + + {% trans "Region" %}:  + {{ extra_info.location }} + + {% endif %} + {% endwith %} + + {% if book.is_foreign %} {% trans "Language" %}:  {{ book.language_name }} @@ -75,63 +87,86 @@ {% endif %} - {% if stage_note %} + {% with stage_note=book.stage_note %} + {% if stage_note.0 %}
- {{ stage_note }} + {{ stage_note.0 }} {% endif %} + {% endwith %}
+ {% endcache %}
{% book_shelf_tags book.pk %} - +
+ {% custom_pdf_link_li book %} +
+ + + {% else %} + {% block preview-info %} +

+ {% trans "For now this work is only available for our subscribers." %} + Wspieraj Wolne Lektury +

+
{% content_warning book %}
+ {% endblock %} + {% endif %} + {% endcache %} {% block book-box-extra-info %}{% endblock %} - {% block box-append %} - {% endblock %} + {% block box-append %}{% endblock %}
+ {% endwith %} - {% block right-column %} - {% if audiobooks %} -
- {% include 'catalogue/snippets/jplayer.html' %} -
- {% endif %} - {% endblock %} + {% if book.abstract %} +
+ {{ book.abstract|safe }} +
+ {% endif %}
+ {% endwith %} + {% endwith %} {% endspaceless %}