#if ($off_title || $off_chelp_url || $off_icon)
#if ($off_chelp_url) $r.contextHelpWithWrapper("$off_chelp_url") #end #if ($off_icon) #end

$!off_title

#end #if ($off_desc || $off_warn || $off_info)
#if ($off_desc)

$off_desc

#end #if ($off_warn)

$off_warn

#end #if ($off_info)

$off_info

#end
#end #foreach ($item in $formitemnames) #if ($f.isVisible($item)) #if ($f.hasLabel($item)) #end #end #end
$r.render("${item}_LABEL", "$f.getItemId($item)", "col-sm-3") $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