X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9e41863c3cff14cbbc65b783ee57120fb59fa22c..b07520a11332374de645ed22c74959afa8a4b7ed:/wolnelektury/templates/catalogue/book_mini_box.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/book_mini_box.html b/wolnelektury/templates/catalogue/book_mini_box.html index 4ef82e125..58abaa61d 100755 --- a/wolnelektury/templates/catalogue/book_mini_box.html +++ b/wolnelektury/templates/catalogue/book_mini_box.html @@ -1,11 +1,20 @@ -{% load i18n %} +{% load thumbnail %}
- {% trans + {% if book.cover %} + Cover + {% endif %} {% for author in authors %} -
{{ author }}
- {{ book.title }} +
+ {{ author }} + {{ book.title }} +
{% endfor %}