X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..a9925ebffe713307d6bedecd670df1490aa206c8:/src/catalogue/templates/catalogue/catalogue.html diff --git a/src/catalogue/templates/catalogue/catalogue.html b/src/catalogue/templates/catalogue/catalogue.html index c7cee4096..bb86b7ac6 100644 --- a/src/catalogue/templates/catalogue/catalogue.html +++ b/src/catalogue/templates/catalogue/catalogue.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} @@ -8,31 +8,21 @@ {% block bodyid %}catalogue-catalogue{% endblock %} {% block body %} -

{% trans "Catalogue" %}

- -
- -

+

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

{% trans "Art" %}

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