X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/92c4a21dbc8fa9ff9c8d10127b7afffed5341b23..373f20f311d78b22849e9529299eddcbefb080bd:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 368126db8..8b36718e0 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