X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8fefd8bdaca07a3f5607de79c081dc0f7876fbc7..fa684e7b11bba7f7fce1c0e7832b34d0b8593db4:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 304cdc63e..ee097ae6a 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -5,7 +5,7 @@
- + {% if main_link %}{% endif %} {% if book.cover %} Cover {% endif %} - - {% block right-column %} - {% endblock %} + {% if main_link %}{% endif %}
@@ -42,10 +40,16 @@ {% endif %}{% endfor %}{% for title, slug in related.parents %}, {{ title }}{% endfor %}
-
{{ book.title }}
+
+ {% if main_link %}{% endif %} + {{ book.title }} + {% if main_link %}{% endif %} +
+ {% spaceless %} + {% trans "Epoch" %}:  {% for name, slug in related.tags.epoch %} {{ name }} @@ -67,6 +71,7 @@ {% endfor %} + {% endspaceless %}
{% shelf_tags book %} @@ -81,16 +86,16 @@ {% trans "Download" %}
{% if book.pdf_file %} - PDF do wydruku + PDF {% trans "to print" %} {% endif %} {% if book.epub_file %} - EPUB na czytnik + EPUB {% trans "for an e-book reader" %} {% endif %} {% if book.mobi_file %} - MOBI na Kindle + MOBI {% trans "for Kindle" %} {% endif %} {% if book.txt_file %} - TXT do zadań specjalnych + TXT {% trans "for advanced usage" %} {% endif %}
@@ -103,6 +108,8 @@ {% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %} + {% block right-column %} + {% endblock %}