{% extends 'admin/change_form.html' %} {% load i18n %} {% block object-tools %} {{ block.super }} {% if published_state %}
Item {{ published_state }}.
{% endif %} {% endblock %} {% block field_sets %} {% if published_state %}
{% if show_publish %} {% endif %} {% if show_recursively_publish %} {% endif %} {% if show_unpublish %}{% endif %}
{% endif %} {{ block.super }} {% endblock %} {% block after_related_objects %} {{ block.super }} {% if show_translate %}
{% endif %} {% endblock %}