X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/29b3ab58db2f9a4f2a4401af4947f9679cd1fa86..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/catalogue/templates/catalogue/catalogue.html diff --git a/src/catalogue/templates/catalogue/catalogue.html b/src/catalogue/templates/catalogue/catalogue.html index 1fc8b7b3d..662b1ee1f 100644 --- a/src/catalogue/templates/catalogue/catalogue.html +++ b/src/catalogue/templates/catalogue/catalogue.html @@ -1,21 +1,22 @@ {% extends "base.html" %} {% load i18n %} -{% load catalogue_tags %} +{% load catalogue_tags reporting_stats %} {% block titleextra %}{% trans "Catalogue" %}{% endblock %} {% block bodyid %}catalogue-catalogue{% endblock %} -{% block body %} -

{% trans "All works" %}

+{% block body %}{% block main %} +

{% trans "All works" %}

+
+

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

- -
- -

+

+ {% trans "Download the catalogue in PDF format." %} -

+ +

{% trans "Literature" %}

{% plain_list books by_author=True paged=False initial_blocks=True %} @@ -23,9 +24,7 @@

{% trans "Collections" %}

{% plain_list collections paged=False %} -

{% trans "Gallery" %}

+

{% trans "Art" %}

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