X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/57a20265fc4e83cdaa26d8c05af2e4d9a77afea0..9bbc3e87eb5de5206ed040f47a31ac47d96b3300:/apps/catalogue/templates/catalogue/book_mini_box.html diff --git a/apps/catalogue/templates/catalogue/book_mini_box.html b/apps/catalogue/templates/catalogue/book_mini_box.html index 731a8d334..49257b1c3 100755 --- a/apps/catalogue/templates/catalogue/book_mini_box.html +++ b/apps/catalogue/templates/catalogue/book_mini_box.html @@ -1,24 +1,23 @@ -{% load thumbnail %}
+
+ {% if with_link %} - {% if book.cover %} - Cover + {% endif %} + {% if book.cover_thumb %} + {{ author_str }} – {{ book.title }} + {% endif %} + {% if show_lang %} + {{ book.language_code }} {% endif %}
- - {% for name, url in related.tags.author %} - {{ name }}{% if not forloop.last %}, {% endif %} - {% endfor %} - + {{ author_str }} {{ book.title }}
+ {% if with_link %}
+ {% endif %} +