{% extends non_publishing_change_form_template %} {% load i18n admin_modify admin_static admin_urls publishing_tags %} {% block extrahead %} {{ block.super }} {% endblock %} {% block submit_buttons_bottom %}
{% if has_publish_permission %} {% if publish_btn %} {% endif %} {% if unpublish_btn %} {% endif %} {% else %} {% endif %} {% if not is_popup and change and has_delete_permission %} {% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %} {% endif %} {% if not is_popup and change and save_as %}{%endif%} {% if not is_popup and has_add_permission %}{% if not save_as or add %}{% endif %}{% endif %} {% if not is_popup and has_change_permission %}{% endif %} {% if has_publish_permission %} {% endif %}
{% endblock %} {% block object-tools-items %}
  • {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} {% trans "History" %}
  • {% with original.get_absolute_url as preview_url %} {% if preview_url and has_preview_permission %}
  • {% trans "Preview draft" %}
  • {% endif %} {% endwith %} {% if has_absolute_url and has_been_published %}
  • {% trans "View published" %}
  • {% endif %} {% endblock %}