<% if (m._fields) { %>
{{zenarioT.microTemplate('zenario_organizer_form_builder_field', m._fields)}}
<% } else { %>
style="padding-left:50px;" <% } %> >
<% 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') { %>
Repeating section start <% } else if (m.type == 'repeat_end') { %>
<% } else { %> {{m.field_label|e}}
<% } %> <% if (m.type != 'page_break' && m.type != 'section_description') { %>
style="display:none;" <% } %>>
{{m.note_to_user}}
<% } %>
<% if (m.type != 'page_end') { %>
style="display:none;" <% } %>> <% if (!m._hideDragButton) { %> <% } %> <% if (!m._hideDeleteButton) { %> Delete <% } %> <% if (!m._hideDuplicateButton) { %> Duplicate <% } %> <% if (m.type == 'repeat_start' && m.dataset_field_id) { %> Update <% } %>
<% } %>
<% } %>