AreThereObjects: ERXNonZeroConditional { condition = displayGroup.displayedObjects.count; } AreThereUnits: ERXNonNullConditional { condition = d2wContext.resolvedUnit; } AttributeDisplay: WOSwitchComponent { WOComponentName = d2wContext.componentName; _componentUnroll = true; _unroll = true; localContext = d2wContext; object = object; } D2wContextShowHeader: WOConditional { condition = d2wContext.showHeader; } D2wContextShouldShowUnits: WOConditional { condition = d2wContext.shouldShowUnits; } D2wContextHasThirdLevel: WOConditional { condition = d2wContext.hasThirdLevel; } Generic1: WOGenericContainer { elementName = "cell"; wrap = d2wContext.wrap; pattern = 1; } Generic2: WOGenericContainer { elementName = "row"; } Generic3: WOGenericContainer { elementName = "cell"; } Generic4: WOGenericContainer { elementName = "cell"; } Generic5: WOGenericContainer { elementName = "cell"; wrap = d2wContext.wrap; } Generic6: WOGenericContainer { elementName = "row"; } Generic7: WOGenericContainer { elementName = "cell"; pattern = 1; } Generic9: WOGenericContainer { elementName = "cell"; } IsThereATitle: ERXEqualConditional { negated = true; value1 = d2wContext.title; value2 = ""; } IsThereATitle2: ERXEqualConditional { negated = true; value1 = d2wContext.title; value2 = ""; } DisplayGroupDisplayedObjects: WORepetition { item = object; list = displayGroup.displayedObjects; } D2wContextDisplayPropertyKeys: WORepetition { item = d2wContext.propertyKey; list = d2wContext.displayPropertyKeys; } D2wContextDisplayPropertyKeys1: WORepetition { item = d2wContext.propertyKey; list = d2wContext.displayPropertyKeys; } Repetition4: WORepetition { count = d2wContext.offset; index = indexForOffset; } Repetition5: WORepetition { count = d2wContext.offset; index = indexForOffset; } D2wContextResolvedUnit: WOString { value =d2wContext.resolvedUnit; } D2wContextDisplayNameForProperty: WOString { value = d2wContext.displayNameForProperty; } D2wContextTitle: WOString { value = d2wContext.title; } SwitchComponent1: WOSwitchComponent { WOComponentName = d2wContext.pageWrapperName; } SwitchComponent2: WOSwitchComponent { WOComponentName = componentName; localContext = localContext; object = object; }