#if ($grouping.hasLayout() && $grouping.getChildren().size() == $grouping.getLayout().getElementList().size())
#set ($counter=0)
#foreach ($child in $grouping.getChildren())
$e.getRenderedContent($child)
#set ($counter= $counter + 1)
#end
#else
#if($group)
$e.getRenderedContent($group)
#end
#end
#if ($grouping.hasLayout())
#end
#parse ("staticinclude.html")