<% _.each(controls, function (control) { %>
<% if(control.type === 'select') { %> <% } else { %> <% } %>
<% if(typeof(errors)!= 'undefined' && typeof(errors[control.name]) != 'undefined') { %> <% } %>
<% }); %>