{% extends "sewer/base.html" %} {% block title %}{{ group.name }}{% endblock %} {% block content %} {% include "sewer/group_info.html" %}
{% for _, entity, access in group.get_entities %}
{{ entity }} ∈ {{ access }}
{% endfor %}
{% for g in group.owned_groups %} {{ g }} {% endfor %}
{% endblock %}