{% extends "admin/change_form.html" %} {% load i18n admin_modify admin_urls buttons %} {% block object-tools %} {% if change %} {% if not is_popup %}
{% include 'admin/sharing_links.html' %}
{% block extra_tools %} {% endblock %} {% endif %} {% endif %} {% endblock %} {% block submit_buttons_bottom %}{% save_buttons %}{% endblock %}