#foreach($column in $effectivecols)
#if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "datetime")
#break
#end
#end
#foreach($column in $effectivecols)
#if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "upload")
#break
#end
#end
#foreach($column in $effectivecols)
#if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "summernote")
#break
#end
#end
#end
#else
#if($cumvar%2==1)
#end
#parse("\vm\html\col2\formedittpl.vm")
#if($cumvar%2==0 || ($cumvar>=$colcount))
#end
#end
#end
#end
#end
#*
## col-md-6
#foreach($column in $effectivecols)
#set($field=$column.javaField)
##if($column.insert && !$column.pk)
##if(($column.usableColumn) || (!$column.superColumn))
#set($parentheseIndex=$column.columnComment.indexOf("("))
#if($parentheseIndex != -1)
#set($comment=$column.columnComment.substring(0, $parentheseIndex))
#else
#set($comment=$column.columnComment)
#end
#set($dictType=$column.dictType)
##set($cumvar=$cumvar+1)
##if($cumvar%2==1)
#parse("vm/html/formtpl.vm")
##end
##end
##end
#end
*#
#if($table.sub)
#end
#foreach($column in $effectivecols)
#if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "datetime")
#break
#end
#end
#foreach($column in $effectivecols)
#if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "upload")
#break
#end
#end
#foreach($column in $columns)
#if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "summernote")
#break
#end
#end