#REM#ENDREM
#IF((NOT #IsNewProduct AND NOT #DELETE) AND NOT (#DEFINED(#INPUT.ViewAction) AND (#INPUT.ViewAction EQ "UnityMBO-ViewVariations" AND NOT #IsMaster)))
#INCLUDE("INC-Language-Switch")
#ENDIF
#IF(#IsNewProduct)
{AddNewProduct} (#Alias)
#ELSIF(#SuperProduct)
#IF(NOT #INPUT.PopUp)
{Products}
#ENDIF
#SuperProduct.NameOrAlias
#NameOrAlias (#Alias, #JOIN(", ",#SuperProduct.VariationTypeValues)#Attribute.Alias = #FORMAT(#GET(#Attribute.Alias.".ValueOrAlias"),"html")#ENDJOIN)
#ELSE
#IF(NOT #INPUT.PopUp)
{Products}
#ENDIF
#IF(#Name)#Name (#Alias)#ELSE#Alias#ENDIF
#ENDIF
#INCLUDE("Tabs")
#INCLUDE("TabPage")