X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82fa12952975d2857e2eb02d66a7f133fd4d5e2e..67df302167539474edd02b57c2e8bd30349d7625:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 7f93a592b..8b36718e0 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -1,15 +1,18 @@ +{% load i18n %}
- Na półkę! + {% trans "Put on the shelf!" %}
- {% if book.children %} + {% if book.children.all|length %}
{% else %}
{% 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