## for odd reason bootstrap calls horizontal inline...
#if ($off_title || $off_chelp_package) #if ($off_chelp_package) $r.contextHelpWithWrapper("$off_chelp_package","$off_chelp_page","$off_chelp_hover") #end $!off_title #end #if ($off_desc)
$off_desc
#end #if ($off_warn)
$off_warn
#end #if ($off_info)
$off_info
#end #foreach ($item in $formitemnames) #if ($f.isVisible($item))
#if ($f.hasLabel($item)) $r.render("${item}_LABEL", "$f.getItemId($item)") #end $r.render(${item}) #if($f.hasError($item)) #end #if($f.hasExample($item))
$r.render("${item}_EXAMPLE")
#end #if($f.hasError($item)) $r.render("${item}_ERROR") #end
#end #end