{% extends "admin/change_form.html" %} {% load i18n %} {% block object-tools-items %}
  • {% trans "View and sort objects" %}
  • {{ block.super }} {% endblock %} {% block after_related_objects %} {{ block.super }} {# Change parent for Category when collection is changed #} {% endblock %}