1 {% extends "base.html" %}
3 {% load catalogue_tags %}
6 {% block titleextra %}{% trans "Catalogue" %}{% endblock %}
8 {% block bodyid %}catalogue-catalogue{% endblock %}
11 <h1>{% trans "All works" %}</h1>
14 <div class="normal-text catalogue-catalogue">
16 <p><a href="{% url 'reporting_catalogue_pdf' %}">
17 {% trans "Download the catalogue in PDF format." %}
20 <h2>{% trans "Literature" %}</h2>
21 {% plain_list books by_author=True paged=False initial_blocks=True %}
23 <h2>{% trans "Collections" %}</h2>
24 {% plain_list collections paged=False with_initials=False %}
26 <h2>{% trans "Gallery" %}</h2>
27 {% plain_list pictures by_author=True paged=False initial_blocks=True %}