• <% _.each(attributeGroups, function (attributeGroup) { %>
  • <%- i18n.getLabel(attributeGroup.label, locale, attributeGroup.code) %> <% _.each(badges[attributeGroup.code], function(badge, type) { %> <%- badge %> <% }) %>
  • <% }); %>