{% extends "admin/change_form.html" %} {% load i18n %} {% block submit_buttons_bottom %} {{ block.super }} {% if change and original %}
{% if request.user.is_superuser %} {% endif %}
{% endif %} {% endblock %}