{% extends 'components/inline_form.html' %} {% load i18n %} {% block header %} {% trans "Edit Group" %} {% endblock %} {% block form %}
{% include 'groups/form.html' %}
{% include "groups/delete_group_modal.html" with controls_text="delete_group" controls_uid=group.id %} {% endblock %}