X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ea8f84ddca76adc928172a3718468b19c8b4aa15..c98c0a3f23b5ea3390fad0f2e25a27667b96e43a:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index a94244229..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:", " }}