{% extends "admin/change_form.html" %}{% load i18n %} {% block field_sets %} {% block language-tabs %} {% if language_tabs %}
{% for lang_code, lang_name in language_tabs %} {% endfor %}
{% endif %} {% endblock %} {% if content_instance.versions and content_instance.versions.first.state != "draft" %}

{% trans "Some fields cannot be changed since they are read-only content." %}

{% endif %} {{ block.super }} {% endblock %}