{% extends "admin/change_form.html" %} {% load i18n admin_static admin_modify admin_urls %} {% block object-tools %} {{ block.super }} {% if change %}{% if not is_popup %} {% endif %}{% endif %} {% endblock %} {% if save_on_top %}{% block submit_buttons_top %}{% include "publisher/includes/submit_row.html" %}{% endblock %}{% endif %} {% block submit_buttons_bottom %} {% include "publisher/includes/submit_buttons_bottom.html" %} {% endblock %}