X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d606942f6eb286933eb71f4232db580fcb3a166c..f3fc3aba5b7a4fe8ba5f594a6e807eb96677674f:/wolnelektury/templates/catalogue/book_mini_box.html diff --git a/wolnelektury/templates/catalogue/book_mini_box.html b/wolnelektury/templates/catalogue/book_mini_box.html index 43ca2a5c8..830c08e27 100755 --- a/wolnelektury/templates/catalogue/book_mini_box.html +++ b/wolnelektury/templates/catalogue/book_mini_box.html @@ -1,18 +1,23 @@ -{% load i18n %} {% load thumbnail %}
- {% trans - {% for author in authors %} -
{{ author }}
- {{ book.title }} - {% endfor %} + {% if book.cover %} + Cover + {% endif %} +
+ + {% for name, url in related.tags.author %} + {{ name }}{% if not forloop.last %}, {% endif %} + {% endfor %} + + {{ book.title }} +