{% 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 %} {% trans "Group" as title %} {% include "unfold/helpers/field_readonly.html" with title=title value=group_obj %} {% include "unfold/helpers/field.html" with field=form.permissions %}
{% component "unfold/components/button.html" with submit=1 %} {% trans "Save" %} {% endcomponent %}
{% endblock %} {% block footer %}{% endblock%}