{% extends "admin/change_form.html" %} {% block object-tools %} {{block.super}} {% if original.pk and model_actions|length %}
{% csrf_token %}
{% for action in model_actions %} {% endfor %}
{% endif %} {% endblock %}