<% if (!zenario.engToBoolean(firstField.full_width)) { %>
<% for (f in m.fields) { %>
<% if (m.fields[f].side_note) { %>
{{zenario.unfun(m.fields[f].side_note)}}
<% } %>
<% } %>
<% if (firstField.label && !(firstField.type == 'checkbox' || firstField.type == 'radio' || firstField.type == 'toggle')) { %>
<% } %>
<% } %>
<% for (f in m.fields) { %>
<% if (m.fields[f].note_below) { %>
{{zenario.unfun(m.fields[f].note_below)}}
<% } %>
<% } %>