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

{% trans "Collections" %}

{% for obj in best %} {{ obj.box }} {% endfor %}

{% trans "All collections" %}

{% plain_list objects %} {% endblock %}