{% extends "sewer/base.html" %} {% block title %}{{ group.name }} admin{% endblock %} {% block head %} {% endblock %} {% block content %} {% include "sewer/group_info.html" %}
{% csrf_token %} as a
{% for id, entity, access in group.get_entities %}
{{ entity }} ∈ {{ access }} remove
{% endfor %}
{% for g in group.owned_groups %} {{ g }} {% endfor %}
{% endblock %}