<% 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 && !zenario.IN(firstField.type, 'checkbox', 'radio', 'toggle')) { %>
<% if (firstField.encrypted && zenario.IN(firstField.type, 'checkboxes', 'radios')) { %>
🔑
<% hadKeySymbol = true; %>
<% } %>
<% } %>
<% } %>
<% for (f in m.fields) { %>
<% if (m.fields[f].note_below) { %>
{{zenario.unfun(m.fields[f].note_below)}}
<% } %>
<% } %>