{% if show_save_as_new %}
{% endif %}
{% if show_save %}
{% endif %}
{% if show_save_and_continue %}
{% endif %}
{% if show_save_and_add_another %}
{% endif %}
{% if show_delete_link and original or can_delete_popup %}
{% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %}
{% translate "Delete" %}
{% endif %}
{% if show_close and not is_popup %}
{% translate 'Close' %}
{% endif %}
{% if show_save %}
{% endif %}
Options
{% if show_save_as_new %}
{% endif %}
{% if show_save_and_continue %}
{% endif %}
{% if show_save_and_add_another %}
{% endif %}
{% if show_delete_link and original or can_delete_popup %}
{% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %}
{% translate "Delete" %}
{% endif %}