<% if(it.layout_clean_mode) {%> <% layout("../layouts/admin/Clean") %> <% } else {%> <% layout("../layouts/admin/Main") %> <%}%> <%~ includeFile("../partials/admin/Breadcrumb", it)%>
<%~ includeFile("../partials/admin/GlobalResponse.eta", it) %>
<%= it.heading %>
This is used to create the qrcode.
<% it.output_variables?.forEach(oVar => { %>
" value="<%= it.form_fields[oVar.name] %>" name="<%= oVar.name %>" />
<% }) %>