#requireResource("confluence.web.resources:space-admin") $action.getText("title.view.space.details") #applyDecorator("root") #decoratorParam("helper" $action.helper) #decoratorParam("context" "space-administration") #decoratorParam("mode" "view-space-administration") #applyDecorator ("root") #decoratorParam ("context" "spaceadminpanel") #decoratorParam ("selection" "editspace") #decoratorParam ("title" $action.getText("action.name")) #decoratorParam ("selectedTab" "admin") #decoratorParam("helper" $action.helper) #alertAnonymous()

$action.getText('space.details')

$webwork.htmlEncode($space.name)
$space.description.bodyAsString
$action.getText("space.$space.spaceStatus.toString().toLowerCase()")
#if ($space.homePage) #contentLink2($space.homePage true false) #else   #end
$action.getText("text.space.home")
## Link to edit space details #if( $permissionHelper.canEdit($action.authenticatedUser, $space))
#end
#end #end