<% if (zenario.engToBoolean(m.errors)) { %>
<% for (var e in m.errors) { %>
{{zenario.htmlspecialchars(m.errors[e].message, true)}}
<% } %>
<% } %> <% for (var n in m.notices) { %>
{{zenario.htmlspecialchars(m.notices[n].message, true)}}
<% } %> <% if (m.fields) { %> <% var ff = m.fields[0]; %> <% if (ff._lastVisibleGrouping !== ff.grouping) { %> <% if (ff._lastVisibleGrouping) { %> <% } %> <% if (ff.grouping) { %> <% var grouping = m.grouping || {}; %>
<% } %> <% } %> <% if (ff.legend) { %> {{ff.legend}} <% } %>
<% if (ff.label !== undefined && !(ff.type == 'checkbox' || ff.type == 'radio' || ff.type == 'toggle')) { %>
<% } %>
{{m.that.microTemplate(m.that.mtPrefix + '_field', m.fields)}}
<% if (ff._isLastRow) { %> <% if (ff.grouping) { %>
<% } %> <% } %> <% } %>