{% extends "../../suit/templates/admin/change_form.html" %} {# this is an inheritance hack that prevents recursion by absolutely matching only django-suit's provided change_form.html #} {# the alternative is to copy the suit source code into this template #} {% block object-tools %} {{ block.super }} {% if adminform and adminform.model_admin.suit_object_actions %}

{% if adminform.model_admin.suit_object_actions_title %} {{ adminform.model_admin.suit_object_actions_title }} {% else %} Object Actions {% endif %}

{% endif %} {% endblock %}