X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..4b2c05eedf0c6b3d213ce0b760d641c345e3c9b3:/src/catalogue/templates/catalogue/catalogue.html diff --git a/src/catalogue/templates/catalogue/catalogue.html b/src/catalogue/templates/catalogue/catalogue.html index c7cee4096..935d232fa 100644 --- a/src/catalogue/templates/catalogue/catalogue.html +++ b/src/catalogue/templates/catalogue/catalogue.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends request.EXPERIMENTS.layout|yesno:"2022/base.html,base/base.html" %} {% load i18n %} {% load catalogue_tags %} @@ -7,32 +7,22 @@ {% block bodyid %}catalogue-catalogue{% endblock %} -{% block body %} -

{% trans "Catalogue" %}

- -
- -

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

{% trans "All works" %}

+
+

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