PartRepetition: WORepetition {
list = parts;
item = currentPart;
separator = "
";
}
PartViewer: WOComponentReference {
component = currentPartViewerComponent;
part = currentPart;
nestingDepth = nextNestingDepth;
printMode = printMode;
}
HasDepth: WOConditional {
condition = nestingDepth;
}