<% _.each(errors, function(error) { %> <% if (error.locale || error.scope) { %> <% if (error.scope) { %> <%- error.scope %> <% } %> <% if (error.locale) { %> <%= i18n.getFlag(error.locale) %> <% } %> <% } %> <%- error.message %> <% }) %>