X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/catalogue/templates/catalogue/catalogue.html diff --git a/src/catalogue/templates/catalogue/catalogue.html b/src/catalogue/templates/catalogue/catalogue.html index c7cee4096..662b1ee1f 100644 --- a/src/catalogue/templates/catalogue/catalogue.html +++ b/src/catalogue/templates/catalogue/catalogue.html @@ -1,38 +1,30 @@ {% 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 "Catalogue" %}

+{% 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 "Authors" %}

-
{{ output.author }}
- -

{% trans "Kinds" %}

-
{{ output.kind }}
- -

{% trans "Genres" %}

-
{{ output.genre }}
- -

{% trans "Epochs" %}

-
{{ output.epoch }}
+ +

-

{% trans "Themes and topics" %}

-
{{ output.theme }}
+

{% trans "Literature" %}

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

{% trans "Collections" %}

-
{{ output.collections }}
+

{% trans "Collections" %}

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

{% trans "Art" %}

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