X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b65636fcd90b21946fead6813d7f1312e7ade6ce..0854610e6f1a717ce100c96f7ebf36cbb3478a5c:/wolnelektury/templates/catalogue/book_short.html?ds=inline diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 90ac6af01..9eae96fd8 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -1,11 +1,11 @@ {% 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 %} +