#foreach( $attrib in $allAttribs ) #set($attribName = $attrib.getLayoutAttributeTypeName()) #set($rowheader = "attribute.title.$attribName") #end #foreach( $element in $guiWrapper.entrySet() ) #set($elementName = $element.getKey() ) #set($column = "element.title.$elementName") #set($elAttribs = $element.getValue()) #foreach( $attrib in $allAttribs ) #end #end
 $r.translate($rowheader)
$r.translate($column) #set($attribName = $attrib.getLayoutAttributeTypeName()) #if ($elAttribs.get($attribName)) $r.render($elAttribs.get($attribName).getName()) #else   #end