<% if (m.type == 'checkbox' || m.type == 'group') { %>
<% } else if (m.type == 'checkboxes') { %>
{{m.field_label}}
{{zenarioA.microTemplate('zenario_organizer_admin_box_builder_checkbox_values_preview', m.lov)}}
<% } else if (m.type == 'date') { %>
{{m.field_label}}
<% } else if (m.type == 'radios') { %>
{{m.field_label}}
{{zenarioA.microTemplate('zenario_organizer_admin_box_builder_radio_values_preview', m.lov)}}
<% } else if (m.type == 'centralised_radios') { %>
{{m.field_label}}
{{zenarioA.microTemplate('zenario_organizer_admin_box_builder_radio_values_preview', m.lov)}}
<% } else if (m.type == 'select') { %>
{{m.field_label}}
<% } else if (m.type == 'centralised_select') { %>
{{m.field_label}}
<% } else if (m.type == 'text') { %>
{{m.field_label}}
<% } else if (m.type == 'textarea') { %>
{{m.field_label}}
<% } else if (m.type == 'url') { %>
{{m.field_label}}
<% } else if (m.type == 'attachment') { %>
{{m.field_label}}
<% } else if (m.type == 'file_picker') { %>
{{m.field_label}}
<% } else if (m.type == 'page_break') { %>
-------
Page break -------
<% } else if (m.type == 'section_description') { %>
{{m.field_label}}
{{m.description}}
<% } else if (m.type == 'calculated') { %>
{{m.field_label}}
<% } else if (m.type == 'restatement') { %>
{{m.field_label}}
<% } else { %>
{{m.field_label}}
<% } %>
<% if (m.type != 'page_break' && m.type != 'section_description') { %>
<% } %>