{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}{% endblock %} {% block form_action %}{% url 'horizon:admin:group_types:update_type' group_type.id %}{% endblock %} {% block modal_id %}update_group_type_modal{% endblock %} {% block modal-header %}{% trans "Edit Group Type" %}{% endblock %} {% block modal-body %}
{% trans "Modify group type name, description, and public status." %}