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

{Object}: #Alias[html], {Attribute}: #Attribute.Alias[html]

{ObjectID} #ID
{AttributeID} #Attribute.ID
{Type} #IF(#Attribute.IsObject)#INPUT.AttributeTypeClass.NameOrAlias[html]#ELSE#Attribute.Type#ENDIF

{Values}

#LOOP(#Values) #ENDLOOP #IF(NOT #COUNT(#Values))#ENDIF
{Value}
{Total} #COUNT(#Values)
#IF(NOT #DEFINED(#Value)) (null) #ELSIF(#Attribute.IsObject AND NOT #INPUT.IsHash) #Value.Alias[html] (#Value.Class.Alias[html]) #ELSE #Value[html] #ENDIF
{NoEntry}