{% load i18n admin_urls %}
{% comment %}Translators: Translation included with Django {% endcomment %} {% if show_save %}{% endif %} {% comment %}Translators: Translation included with Django {% endcomment %} {% if show_save_as_new %}{% endif %} {% comment %}Translators: Translation included with Django {% endcomment %} {% if show_save_and_add_another %}{% endif %} {% comment %}Translators: Translation included with Django {% endcomment %} {% if show_save_and_continue %}{% endif %}
{% if show_delete_link %} {% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %} {% comment %}Translators: Translation included with Django {% endcomment %} {% trans "Delete" %} {% endif %}