#INCLUDE("INC-Header.html") #INCLUDE("INC-Quickbar.html")

{Object}: #Alias[html]

{ObjectID} #ID
{Class} #Class.Alias[html]
{ObjectPath} #JOIN(" / ",#ParentObjects)#Alias[html]#ENDJOIN

{Attributes}

#LOOP(#AttributeValues) #ENDLOOP #IF(NOT #COUNT(#AttributeValues))#ENDIF
{Name} {Value}
{Total} #COUNT(#AttributeValues)
#Attribute.Alias[html] #IF(NOT #DEFINED(#Value)) #IF(#Attribute.IsArray) #LOCAL("Value", 1) [...] #ENDLOCAL #ELSIF(#Attribute.Type EQ "Hash") #LOCAL("Value", 1) {...} #ENDLOCAL #ELSIF(#Attribute.Type EQ "JSON") #LOCAL("Value", 1) {...} #ENDLOCAL #ELSE (null) #ENDIF #ELSIF(#Attribute.IsObject) #Value.Alias[html] (#Value.Class.Alias[html]) #ELSE #IF(#Attribute.Type EQ "JSON") #LOCAL("Value", 1) {...} #ENDLOCAL #ELSE #Value[html] #ENDIF #ENDIF #IF(#Attribute.Type EQ "LocalizedString" OR #Attribute.Type EQ "LocalizedFile") ... #ENDIF
{NoEntry}

{ChildObjects}

#LOOP(#ChildObjects) #ENDLOOP #IF(NOT #COUNT(#ChildObjects))#ENDIF
{ID} {Alias} {Class} {Inherit} {Position}
{Total} #COUNT(#ChildObjects)
#ID #Alias[html] #Class.Alias[html] #Inherit #Position
{NoEntry}

{Permissions}

#LOOP(#DirectPermissions) #ENDLOOP #IF(NOT #COUNT(#DirectPermissions))#ENDIF
{Trustee} {MetaAction}
{Total} #COUNT(#DirectPermissions)
#Trustee.Path[html] (#Trustee.Class.NameOrAlias[html]) #MetaAction.ActionClass.Alias[html].#MetaAction.Alias[html] #IF(#MetaAction.Class.Alias EQ "Action") ({Action}) #ELSE ({Role}) #ENDIF
{NoEntry}
#REM#ENDREM