X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/29b3ab58db2f9a4f2a4401af4947f9679cd1fa86..98062d2158ebe1f734d811691ab15e6887684281:/src/catalogue/templates/catalogue/catalogue.html diff --git a/src/catalogue/templates/catalogue/catalogue.html b/src/catalogue/templates/catalogue/catalogue.html index 1fc8b7b3d..4494eff10 100644 --- a/src/catalogue/templates/catalogue/catalogue.html +++ b/src/catalogue/templates/catalogue/catalogue.html @@ -1,21 +1,22 @@ -{% extends "base.html" %} +{% extends request.EXPERIMENTS.layout|yesno:"2022/base.html,base/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 %}