{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block object-tools %}{% endblock object-tools %} {% block submit_buttons_top %}{% endblock submit_buttons_top %} {% block submit_buttons_bottom %} {% if change_actions %}
{% for action in change_actions %}
{% csrf_token %}
{% endfor %}
{% endif %} {% endblock submit_buttons_bottom %}