{% extends "base/base.html" %} {% load i18n %} {% load catalogue_tags %} {% load ssi_include from ssify %} {% block titleextra %}{% trans "Collections" %}{% endblock %} {% block bodyid %}collections{% endblock %} {% block body %}

{% trans "Collections" %}

{% for obj in best %} {% ssi_include 'catalogue_collection_box' pk=obj.pk %} {% endfor %}

{% trans "All collections" %}

{% plain_list objects %} {% endblock %}