{% extends "admin/change_list.html" %} {% load adminmedia admin_list i18n cyclope_utils static %} {% load url from future %} {% block pretitle %}{% endblock %} {% block content_title %}

{% trans "category"|capfirst %} {{ category }} ({{ category.collection }})

{% endblock %} {% block bodyclass %}change-list {{ app_label }} categorizations-changelist{% endblock %} {% block object-tools %} {% endblock %} {% block help %}

{% blocktrans %}You may order the contents of this Category. Dont forget to save!{% endblocktrans %}

{% endblock %}