## for odd reason bootstrap calls horizontal inline...
#if ($off_title) #if ($off_chelp_url) $r.contextHelpWithWrapper("$off_chelp_url") #end #if ($off_icon) #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}, "form") #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