<%! from kaithem.src.util import url %> <%include file="/pageheader.html"/> Editing Group: ${name}

Group ${name}

Basic

Group Name:

Permissions

All members of this group are entitled to all checked permissions.
%for i in sorted(auth.Permissions.keys()):

${i}

%if isinstance(auth.Permissions[i], str): ***${auth.Permissions[i]} %else: ${auth.Permissions[i].get('description','No description')} %endif %endfor

Limits

A user has access to the highest value from any of their groups
NameValue
web.maxbytes

<%include file="/pagefooter.html"/>