<% _.each(controls, function (control) { %>
<%- _.__(control.label) %>
<%- _.__('pim_enrich.form.required') %>
readonly <%}%> required>
<% if('undefined' != typeof(errors[control.name])) { %> <% } %>
<% }); %>
<% } else { %>
<%- _.__('Save credentials first !!') %>
<% } %>