X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73ce961f14509aabfa26536f847afd28111029c6..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 7f262374d..ee097ae6a 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -1,53 +1,81 @@ {% load i18n %} +{% load catalogue_tags social_tags %} {% load thumbnail %}
-
- +
+ + + {% if main_link %}{% endif %} {% if book.cover %} Cover {% endif %} - - {% block right-column %} - {% endblock %} + {% if main_link %}{% endif %}
+ + +
+ +
+
+ +
+
+
+ +
- {% for author in tags.author %} - {{ author }} - {% endfor %} + {% for name, slug in related.tags.author %} + {{ name }}{% if not forloop.last %}, + {% endif %}{% endfor %}{% for title, slug in related.parents %}, + {{ title }}{% endfor %}
-
{{ book.title }}
+
+ {% if main_link %}{% endif %} + {{ book.title }} + {% if main_link %}{% endif %} +
+
- {% spaceless %} + {% spaceless %} - {% trans "Epoch" %}:  - {% for tag in tags.epoch %} - {{ tag.name }} + {% trans "Epoch" %}:  + {% for name, slug in related.tags.epoch %} + {{ name }} + {% if not forloop.last %}{% endif %} {% endfor %} - {% trans "Kind" %}:  - {% for tag in tags.kind %} - {{ tag.name }} + {% trans "Kind" %}:  + {% for name, slug in related.tags.kind %} + {{ name }} + {% if not forloop.last %}{% endif %} {% endfor %} - {% trans "Genre" %}:  - {% for tag in tags.genre %} - {{ tag.name }} + {% trans "Genre" %}:  + {% for name, slug in related.tags.genre %} + {{ name }} + {% if not forloop.last %}{% endif %} {% endfor %} - {% endspaceless %} + {% endspaceless %}
+ {% shelf_tags book %} +
  • {% if book.html_file %} @@ -57,27 +85,31 @@
  • {% trans "Download" %}
    - {% if formats.pdf %} - PDF do wydruku + {% if book.pdf_file %} + PDF {% trans "to print" %} {% endif %} - {% if formats.epub %} - EPUB na czytnik + {% if book.epub_file %} + EPUB {% trans "for an e-book reader" %} {% endif %} - {% if formats.mobi %} - MOBI na Kindle + {% if book.mobi_file %} + MOBI {% trans "for Kindle" %} {% endif %} - {% if formats.txt %} - TXT do zadań specjalnych + {% if book.txt_file %} + TXT {% trans "for advanced usage" %} {% endif %}
  • - {% if book.has_mp3_file %} + {% if related.media.mp3 or related.media.ogg %} {% trans "Listen" %} {% endif %}
+ {% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %} + {% block right-column %} + {% endblock %} +