{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} {% block titleextra %}{% trans "Catalogue" %}{% endblock %} {% block bodyid %}catalogue-catalogue{% endblock %} {% block body %}
{% trans "All works" %}
{% 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 %}
{% trans "Gallery" %}
{% plain_list pictures by_author=True paged=False initial_blocks=True %}
{% endblock %}