{% comment %}
Based on contrib/admin/templates/admin/submit_line.html version 1.6.8. Adds
buttons "Save and publish" and "Save and unpublish". Changes wording on Save as
New.
{% endcomment %}
{% load i18n admin_urls %}
{% if show_save %}{% endif %}
{% if show_save_and_unpublish %}{% endif %}
{% if show_save_and_publish %}{% endif %}
{% if show_delete_link %}
{% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %}