1 {% extends "base/base.html" %}
3 {% load catalogue_tags %}
5 {% load ssi_include from ssify %}
7 {% block bodyid %}picture-list{% endblock %}
9 {% block titleextra %}{% trans "Listing of all works" context "gallery" %}{% endblock %}
13 <h1>{% block book_list_header %}{% trans "Listing of all works" context "gallery" %}{% endblock %}</h1>
15 <div class="left-column">
16 <div class="normal-text">
17 {% block book_list_info %}
18 {% ssi_include 'chunk' key='picture-list' %}
23 <div class='clearboth'></div>
25 {% work_list picture_list %}