{% extends "admin/change_form.html" %} {% load admin_urls i18n %} {% block extrahead %}{{ block.super }} {{ form.media }} {% endblock %} {% block breadcrumbs %}{% if not is_popup %}
{% endif %}{% 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 %}
{% trans "Save" as title %} {% include "unfold/helpers/submit.html" with title=title %}
{% endblock %}