<% attributes.forEach(function (attribute) { %>
  • <%- i18n.getLabel(attribute.labels, UserContext.get('catalogLocale'), attribute.code) %> <% if (axesAttributes.includes(attribute.code)) { %> (<%- __('pim_enrich.entity.family_variant.module.edit.variant_axis_label') %>) <% } %> <% if (!lockedAttributes.includes(attribute.code) && 0 !== level) { %> <% } %>
  • <% }) %>