<% _.each(controls, function (control) { %>
<%- _.__(control.label) %>
<%- _.__('pim_enrich.form.required') %>
<% if(control.type === 'text') { %>
<% } else if(control.type === 'password') { %>
"************"<% } else { %> "" <%} %> required> <% } %>
<% if(control.type === 'select') { %>
<% _.each(control.options, function(label, code) { %>
selected <% } %> > <%- label %>
<% }); %>
<% } %> <% }); %>