{* HEADER *}

← [`Back`] {$group.name|escape}

{* CONTENT *}

[`Access level selected for this group will be applied to all its members.`]
[`To extend access rights of individual users within the group, edit their personal access settings.`]

{foreach $apps as $app_id => $app} {/foreach}
  {$app.name|escape} {if $app.access > 1} {$_access = $access_types.full} {elseif $app.access} {$_access = $access_types.limited} {else} {$_access = $access_types.no} {/if}
{* Output all possible names to be able to change them via JS *} {foreach $access_types as $at} {$at.name|default:""|escape} {/foreach}
{* JS *}