{if $delete_yes}
{$CONST.DELETED_GROUP|sprintf:"{$group_id|escape:"html"}":"{$group.name|escape:"html"}"}
{/if} {if $save_new}
{$CONST.CREATED_GROUP|sprintf:"{$group_id|escape:"html"}":"{$group.name|escape:"html"}"}
{/if} {if $save_edit}
{$CONST.MODIFIED_GROUP|sprintf:"{$name|escape:"html"}"}
{/if} {if !$delete} {if $start} {/if}
{$CONST.GROUP}  
{foreach $groups as $group}
{$group.name|escape:"html"} {$CONST.EDIT} {$group.name|escape: {$CONST.EDIT} {$CONST.DELETE} {$group.name|escape: {$CONST.DELETE}
{/foreach}
{/if} {if $edit || $new}


{$formToken}

{if $edit} {$CONST.EDIT} {else} {$CONST.CREATE} {/if}

{foreach $perms as $perm} {if {{$perm@key}|truncate:"2":""} == "f_"}{continue}{/if} {if !isset($section)} {$section=$perm@key} {/if} {if $section != {$perm@key} && {{$perm@key}|truncate:"{$section|count_characters}":""} == $section} {$indent="  "} {$indentB=""} {else} {if $section != {$perm@key}} {$indent="
"} {$indentB="
"} {$section="{$perm@key}"} {/if} {/if} {if !$perm.permission} {else} {/if} {/foreach} {if $enablePluginACL} {else} {/if}
{$CONST.NAME}
{$CONST.USERCONF_GROUPS}
 
{$indent} {$perm.permission_name|escape:"html"} {$indentB} {(isset($from.{$perm@key}) && $from.{$perm@key} == "true") ? $CONST.YES : $CONST.NO}
{$indent} {$indentB}
 
{$CONST.PERMISSION_FORBIDDEN_PLUGINS}
 
{$CONST.PERMISSION_FORBIDDEN_HOOKS}
 
{$CONST.PERMISSION_FORBIDDEN_ENABLE_DESC}
{if $edit} {$CONST.WORD_OR} - {else} {/if}
{else} {if $delete}
{$CONST.DELETE_GROUP|sprintf:"{$group_id}":"{$group.name|escape:"html"}"}

{$formToken}
{/if} {/if}