#* @vtlvariable name="action" type="com.atlassian.confluence.pages.actions.ViewTrashAction" *# #if (!$pageTitle) #set ($pageTitle = $action.getActionName($action.getClass().getName())) #end #if (!$trashDesc) #set ($trashDesc = $action.getText('text.trash.desc')) #end #if (!$trashList) #set ($trashList = $action.getTrash()) #set ($viewingAllTrash = true) #end #set ($linkPrefix = "${req.getContextPath()}/pages/") $pageTitle #applyDecorator("root") #decoratorParam("helper" $action.helper) #decoratorParam("context" "space-administration") #decoratorParam("mode" "view-space-administration") #applyDecorator ("root") #decoratorParam ("context" "spaceadminpanel") #decoratorParam ("selection" "trash") #decoratorParam ("title" $pageTitle) #decoratorParam ("selectedTab" "admin") #decoratorParam ("selectedSpaceToolsWebItem" "trash") #decoratorParam("helper" $action.helper)

$trashDesc

#if ($trashList.size() > 0 && $viewingAllTrash) #elseif (!$viewingAllTrash) #end #if ($trashList.size() > 0) #foreach ($trash in $trashList) #end #else #end
$action.getText("title.name") ($action.getText("heading.page.space")) $action.getText("heading.operations")
#contentIcon($trash) $!trash.title #if ($trash.container && !$trash.container.title.empty) ($action.getText('text.trash.from',["$!trash.container.title"])) #end $action.getText('restore.name') · $action.getText('purge.name')
$action.getText("no.trashed.items")
#end #end