X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/catalogue/templates/catalogue/catalogue.html diff --git a/src/catalogue/templates/catalogue/catalogue.html b/src/catalogue/templates/catalogue/catalogue.html index 662b1ee1f..294df7712 100644 --- a/src/catalogue/templates/catalogue/catalogue.html +++ b/src/catalogue/templates/catalogue/catalogue.html @@ -3,28 +3,34 @@ {% load catalogue_tags reporting_stats %} -{% block titleextra %}{% trans "Catalogue" %}{% endblock %} +{% block titleextra %}{% trans "Katalog" %}{% endblock %} {% block bodyid %}catalogue-catalogue{% endblock %} {% block body %}{% block main %} -

{% trans "All works" %}

+

{% trans "Wszystkie utwory" %}

-

W naszej bibliotece mamy {% count_books %} utworów zebranych w {% count_books_root %} tomów.

+

+ {% count_books as nbooks %} + {% count_books_root as ntomes %} + {% blocktrans trimmed %} + W naszej bibliotece mamy {{ nbooks }} utworów zebranych w {{ ntomes }} tomów. + {% endblocktrans %} +

- {% trans "Download the catalogue in PDF format." %} + {% trans "Pobierz katalog w formacie PDF." %}

-

{% trans "Literature" %}

+

{% trans "Literatura" %}

{% plain_list books by_author=True paged=False initial_blocks=True %} -

{% trans "Collections" %}

+

{% trans "Kolekcje" %}

{% plain_list collections paged=False %} -

{% trans "Art" %}

+

{% trans "Sztuka" %}

{% plain_list pictures by_author=True paged=False initial_blocks=True %}
{% endblock %}{% endblock %}