X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..5ce9801414bc64793eaf1663b1cfce1b2c4bf857:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index e6a3748b8..8b36718e0 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:", " }}