[% for column in columns if column.is_insert or column.is_edit %]
[% if column.show_type == "input" %]
[% elif column.show_type == "textarea" %]
[% elif column.show_type == "select" %]
[% elif column.show_type == "radio" %]
{{ item.label }}
[% elif column.show_type == "checkbox" %]
{{ item.label }}
[% elif column.show_type == "datetime" %]
[% endif %]
[% endfor %]