<% if (!zenario.engToBoolean(firstField.full_width)) { %>
<% for (f in m.fields) { %>
<% if (m.fields[f].side_note) { %>
{{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) { %>
{{m.fields[f].note_below}}
<% } %>
<% } %>