{% extends "admin/change_form.html" %} {% load admin_urls i18n unfold %} {% block extrahead %}{{ block.super }} {{ form.media }} {% endblock %} {% block content %}
{% csrf_token %}
{% trans "Object" as title %} {% include "unfold/helpers/field_readonly.html" with title=title value=object row="1"%} {% trans "Group" as title %} {% include "unfold/helpers/field_readonly.html" with title=title value=group_obj row="1" %} {% trans "Permissions" as title %} {% include "unfold/helpers/field_readonly.html" with title=title value=form.permissions row="1" wrapper_class="max-w-full" %}
{% component "unfold/components/button.html" with submit=1 %} {% trans "Save" %} {% endcomponent %}
{% endblock %} {% block footer %}{% endblock%}