X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3badd77f743883992829a1174eef7c8d5e851766..71209be8f9c399340bddb819f71e99ecf116187b:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 2c81b2e98..383b1efa2 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -1,14 +1,14 @@ {% load i18n %} -{% load social_tags %} +{% load catalogue_tags social_tags %} {% load thumbnail %}
- + {% if book.cover %} -
{{ book.title }}
+
{% spaceless %} {% trans "Epoch" %}:  - {% for name, url in related.tags.epoch %} - {{ name }} + {% for name, slug in related.tags.epoch %} + {{ name }} {% endfor %} {% trans "Kind" %}:  - {% for name, url in related.tags.kind %} - {{ name }} + {% for name, slug in related.tags.kind %} + {{ name }} {% endfor %} {% trans "Genre" %}:  - {% for name, url in related.tags.genre %} - {{ name }} + {% for name, slug in related.tags.genre %} + {{ name }} {% endfor %} {% endspaceless %} + + {% shelf_tags book %}
+ + {% block book-box-extra-info %}{% endblock %} {% block box-append %} {% endblock %} +