{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block object-tools-items %}
  • {% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %} {% trans "History" %}
  • {% if has_absolute_url %}
  • {% if original.is_active %} {% trans "View on live" %} {% else %} {% trans "Preview" %}
  • {% endif %} {% endif%} {% endblock %}