X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..f7179cd5fbb16e2454f1a193a213f6607592e22c:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index e6a3748b8..2cc8328f5 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -1,11 +1,18 @@ +{% load i18n %}
Formaty: {{ formats|join:", "|safe }}
-Utwór w kategoriach: {{ tags|join:", "|safe }}
+ {% if formats %} +{% trans "Jump to" %}: {{ formats|join:", " }}
+ {% endif %} +{% trans "Categories" %}: {{ tags|join:", " }}