{{# v.workspacesApps=viewHandler.workspacesApps() }}
{{# v.currentWorkspace=LoginPayload.CurrentWorkspace }}
{{# v.workspaceList=app.WorkspaceListSorted() }}
{{# v.canCreateWorkspace=acc.GetAccessRight('UltimusDPAPortal','CanCreateWorkspace') }}
{{# v.hasWorkspace=!!v.currentWorkspace?.WorkspaceId }}
{{# v.hasWorkspaceApps=v.workspacesApps&&v.workspacesApps.length>0 }}
{{# v.hasOtherWorkspaces=v.workspaceList&&(v.workspaceList.length>1||(v.workspaceList.length==1&&!v.hasWorkspace)) }}