{% load i18n admin_urls custom %} {% admin_color_theme as ADMIN_COLOR_THEME %}
{% if show_save %}{% endif %} {% if show_delete_link %} {% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %} {% trans "Delete" %} {% endif %}
{% if show_save_as_new %}{% endif %} {% if show_save_and_add_another %}{% endif %} {% if show_save_and_continue %}{% endif %} {% block djadmin_extra_button %} {% for button in djadmin_change_form_button.link %} {% trans button.name %} {% endfor %} {% for button in djadmin_change_form_button.submit %} {% endfor %} {% endblock %}