{% extends "../template.html" %} {% block content %} {% load static %} {% if group_form %}

Group Information

{{ group_form.group_name }}
{{ group_form.parent_group }}
{% else %}

Group Information

Administration
This is the administration account - you are not allowed to edit or delete this account. Back to Search
{% endif %}

Permission Sets

Loading...

Users

Loading...
{% if not group_id == '1' and administration_permission == 4 %}

DANGER ZONE!

Delete Group
{% endif %} {% endblock %}