{% extends "admin/base_site.html" %} {% load i18n l10n %} {% load url from future %} {% load admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %}

Objects to categorize:

{% csrf_token %}

Select one or more categories:

{% for collection in collections %} {% if collection.categories.all %}
{{collection}}
{% endif %} {% endfor %}
{% for obj in queryset %} {% endfor %}
{% endblock %}