<% if (m.type == 'checkbox' || m.type == 'group') { %>
<% } else if (m.type == 'checkboxes') { %>
{{m.field_label|e}}
{{zenarioT.microTemplate('zenario_organizer_admin_box_builder_checkbox_values_preview', m.lov)}}
<% } else if (m.type == 'date') { %>
{{m.field_label|e}}
<% } else if (m.type == 'radios') { %>
{{m.field_label|e}}
{{zenarioT.microTemplate('zenario_organizer_admin_box_builder_radio_values_preview', m.lov)}}
<% } else if (m.type == 'centralised_radios') { %>
{{m.field_label|e}}
{{zenarioT.microTemplate('zenario_organizer_admin_box_builder_radio_values_preview', m.lov)}}
<% } else if (m.type == 'select') { %>
{{m.field_label|e}}
<% } else if (m.type == 'centralised_select') { %>
{{m.field_label|e}}
<% } else if (m.type == 'text') { %>
{{m.field_label|e}}
<% } else if (m.type == 'textarea') { %>
{{m.field_label|e}}
<% } else if (m.type == 'url') { %>
{{m.field_label|e}}
<% } else if (m.type == 'attachment') { %>
{{m.field_label|e}}
<% } else if (m.type == 'file_picker') { %>
{{m.field_label|e}}
<% } else if (m.type == 'page_break') { %>
-------
Page break {{m.page_break_number|e}} -------
<% } else if (m.type == 'page_end') { %>
-------
Page end -------
<% } else if (m.type == 'section_description') { %>
{{m.field_label|e}}
{{m.description|e}}
<% } else if (m.type == 'calculated') { %>
{{m.field_label|e}}
<% } else if (m.type == 'restatement') { %>
{{m.field_label|e}}
<% } else if (m.type == 'repeat_start') { %>
vvv
Repeat start vvv
<% } else if (m.type == 'repeat_end') { %>
^^^
Repeat end ^^^
<% } else { %>
{{m.field_label|e}}
<% } %>
<% if (m.type != 'page_break' && m.type != 'section_description') { %>
<% } %>
<% if (m.type != 'page_end') { %>