|
<%- item.code %>
|
<% var filePath = (item && item.image && item.image.filePath) ? item.image.filePath : null; %>
<% mediaThumbnailUrl = mediaUrlGenerator.getMediaShowUrl(filePath, 'thumbnail_small') %>
|
<% _.each(locales, function (locale) { %>
<% if (item.optionValues[locale]) { %>
<%- item.optionValues[locale].value %>
<% } %>
|
<% }); %>
|