X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/92c4a21dbc8fa9ff9c8d10127b7afffed5341b23..b9bf77dc8f2d4b1b64bd7a29730bec3e3f885a6e:/wolnelektury/templates/catalogue/book_short.html?ds=sidebyside diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 368126db8..aced8bf48 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -1,6 +1,7 @@ +{% load i18n %}
- Na półkę! + {% trans "Put on the shelf!" %}
{% if book.children.all|length %}
@@ -9,7 +10,9 @@ {% endif %}

{{ book.title }}

-

Na skróty: {{ formats|join:", "|safe }}

-

Utwór w kategoriach: {{ tags|join:", "|safe }}

+ {% if formats %} +

{% trans "Jump to" %}: {{ formats|join:", " }}

+ {% endif %} +

{% trans "Categories" %}: {{ tags|join:", " }}

-
+ \ No newline at end of file