X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4647cfaac7bf1193ae2280985f649abf3c1f470f..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/catalogue/templates/catalogue/catalogue.html diff --git a/src/catalogue/templates/catalogue/catalogue.html b/src/catalogue/templates/catalogue/catalogue.html index f1b97f43f..b0102d8f8 100644 --- a/src/catalogue/templates/catalogue/catalogue.html +++ b/src/catalogue/templates/catalogue/catalogue.html @@ -1,31 +1,30 @@ -{% extends "base.html" %} +{% extends "2022/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 %}

{% trans "Collections" %}

- {% plain_list collections paged=False with_initials=False %} + {% plain_list collections paged=False %} -

{% trans "Gallery" %}

+

{% trans "Art" %}

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