#if( $view.label.length() > 0 )
#end
#if( $view.viewType.verticalContainer )
#foreach ( $view in $view.childViews )
#parse("template_view.html")
#end
#end
#if( $view.viewType.horizontalContainer )
#foreach ( $view in $view.childViews )
#parse("template_view.html") |
#end
#end
#if( $view.viewType.basicTable && $view.visibleFields.size() > 0 )
#parse("template_view_BasicTable.html")
#foreach ( $view in $view.childViews )
#parse("template_view.html")
#end
#end
#if( $view.viewType.formRegion && $view.visibleFields.size() > 0 )
#parse("template_view_FormRegion.html")
#foreach ( $view in $view.childViews )
#parse("template_view.html")
#end
#end
#foreach ( $button in $view.buttons )
#end