{% include "frontend/flash.html" %}
{% from "frontend/macros/group.html" import GroupInfo with context %}
{% from "frontend/macros/map.html" import MapGroup %}
{% from "frontend/macros/messages.html" import MessageList, emit_group_messages %}
{% from "frontend/macros/user.html" import ListUsers with context %}
Nodes
{{MapGroup(Group.nodes)}}
General
{% if current_user.has_role("administrator") %}
{% endif %}
{{GroupInfo(Group)}}
{% from "frontend/macros/data/group/heat.html" import AverageHeat %}
{% from "frontend/macros/data/group/power.html" import AveragePower %}
{% from "frontend/macros/data/group/event.html" import AverageEvents %}
{% from "frontend/macros/form.html" import render_manual %}
{{ AverageHeat(Group) }}
{{ AveragePower(Group) }}
{{ AverageEvents(Group) }}
Messages
{{MessageList()}}
{{emit_group_messages(Group)}}
Users
{% if current_user.administrator %}
{% endif %}
{{ListUsers(Group.users)}}
{% from "frontend/macros/info.html" import FieldID %}
By deleting this group you remove all the history associated with it.
Please confirm the action by entering the name of the group in the text- box below