<% if (!zenario.engToBoolean(ff.full_width)) { %>
<% for (f in m.fields) { %>
<% if (m.fields[f].side_note) { %>
{{zenario.unfun(m.fields[f].side_note)}}
<% } %>
<% } %>
<% if (ff.label && !zenario.IN(ff.type, 'checkbox', 'radio', 'toggle')) { %>
<% if (ff.encrypted && zenario.IN(ff.type, 'checkboxes', 'radios')) { %>
🔑
<% hadKeySymbol = true; %>
<% } %>
<% } %>
<% } %>
<% for (f in m.fields) { %>
<% if (m.fields[f].note_below) { %>
{{zenario.unfun(m.fields[f].note_below)}}
<% } %>
<% } %>