<%- _.__('woocommerce.standard.fields') %>
<%- _.__('woocommerce.akeneo.attributes') %>
<%- _.__('woocommerce.action') %>
<% _.each(fields, function(value, field) { %>
<%- _.__(field) %>
<%- _.__('Select Attributes') %>
<% _.each(attributes, function(attribute) { %>
selected="selected"<% } %>> <%- 'undefined' !== typeof(attribute.labels[currentLocale]) ? attribute.labels[currentLocale] : attribute.code %>
<% }); %>
<% }) %>
<%- _.__('Map more standard fields') %>
WooCommerce Standard Field Code
<%- _.__('pim_enrich.form.required') %>
Add Field