{% load i18n admin_urls %} {% if show_save %} {% endif %} {% if show_save_and_continue %} {% endif %} {% if show_save_and_add_another %} {% endif %} {% if show_save_as_new %} {% endif %} {% if not is_popup %} {% if has_absolute_url %} {% trans 'View on site' %} {% endif %} {% if change %} {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} {% trans 'History' %} {% endif %} {% endif %} {% if show_delete_link %} {% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %} {% trans 'Delete' %} {% endif %}