groups « $action.getText("return.to.group.browser")
#parse ( "/template/includes/actionerrors.vm" )

#if ($actionErrors.size() == 0) #set ($warningCounter = 0) #if ($action.getGlobalPermissionsForThisGroup().size() > 0) #set ($warningCounter = 1) $action.getText('global.perms.assigned')

#end

#set ($counter = 0) #foreach ($space in $action.getSpaces()) #if ($action.getGroupSpacePermissionsForSpace($space).size() > 0) #set ($warningCounter = 1) #set ($counter = $counter + 1) #if ($counter == 1) $action.getText('space.perms.assigned')
#end #foreach ($perm in $action.getGroupSpacePermissionsForSpace($space)) $space.key: $action.getText("spacepermissions.$perm.type")
#end
#end #end #if ($warningCounter > 0) $action.getText('note.perms.will.be.removed') #end

#form_xsrfToken() #if ($action.hasMembers() ) #end #tag( "Hidden" "name='name'" "value=group.name" )
$action.getText("group.delete.hasUsers", [$action.name])
$action.getText("group.delete.message", ["$action.group.name"])
#tag( "Submit" "name='confirm'" "value='confirm.name'" "theme='notable'" ) #tag( "Submit" "name='cancel'" "value='cancel.name'" "theme='notable'" )
#end #parse("/breadcrumbs.vm")