{% load i18n admin_urls mazer %} {% get_mazer_ui_tweaks as mazer_ui %} {% block submit-row %}

{% trans 'Actions' %}

{% if show_save %}
{% endif %} {% if show_delete_link and original %}
{% 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 %} {% if show_close %} {% endif %} {% block extra-actions %}{% endblock %}
{% endblock %}