<%- __('pim_enrich.entity.family_variant.module.edit.common_attributes') %>
<% groupAttributes(commonAttributes, lockedAttributes).forEach(section => { %>
<%- i18n.getLabel(section.attributeGroup.labels, UserContext.get('catalogLocale'), section.attributeGroup.code) %>
<%= renderSection(0, section.attributes, true) %>
<% }) %>
<% if (commonAttributes.length === 0) { %>
<%- __('pim_enrich.entity.family_variant.module.edit.no_common_attributes') %>
<% } %>