X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ea8f84ddca76adc928172a3718468b19c8b4aa15..8786b85863e82ff2685fbf93cff5abaa0fb2a860:/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:", " }}