1 {% extends "base/base.html" %}
3 {% load catalogue_tags %}
5 {% block titleextra %}{% trans "Collections" %}{% endblock %}
7 {% block bodyid %}collections{% endblock %}
10 <h1>{% trans "Collections" %}</h1>
16 <h2>{% trans "All collections" %}</h2>
17 {% plain_list objects %}