##formatter.TextRender()
##include(Defaults)
##local.define(DoneContent)0
##if local.IsEqual(DoneContent,0)
##local.define(Title)##leg.Portal3.UserNotLoggedIn.Title
##local.define(Content)##leg.Portal3.UserNotLoggedIn.Advice
##if sessioncfg.SSOLOGIN.Enable
##if sessioncfg.SSOLOGIN.EndSession
##leg.Portal3.Body.ToolBar.EndSession
##else
##leg.Portal3.Body.ToolBar.EndSession
##endif
##else
##leg.Portal3.Body.ToolBar.EndSession
##endif
##include(Body)
##endif