{% extends 'admin/change_form.html' %} {% load i18n %} {% block extrahead %} {{ block.super }} {% endblock %} {% block submit_buttons_bottom %}
{% if not is_popup and has_delete_permission %} {% if change or show_delete %}{% endif %} {% endif %} {% if not is_popup and change and save_as %}{%endif%} {% if has_add_permission and not is_popup %} {% if not save_as or add %}{% endif %} {% endif %} {% if not is_popup and has_change_permission %}{% endif %}
{% endblock %}