{% extends "admin/base_site.html" %} {% load i18n %} {% block content %}

{% trans "select category to unlink"|capfirst %}:

{% csrf_token %} {{ form }}

{% trans "category will be unlinked from"|capfirst %}:

{% for obj in queryset %} {% endfor %}
{% endblock %}