<% if (hasAction) { %><% } %> <% _.each(versions, function(version) { %> <% if (hasAction) { %><% } %> <% }); %>
<%- _.__('pim_enrich.entity.product.module.history.version') %> <%- _.__('pim_enrich.entity.product.module.history.author') %> <%- _.__('pim_enrich.entity.product.module.history.logged_at') %> <%- _.__('pim_enrich.entity.product.module.history.modified') %><%- _.__('pim_common.actions') %>
<%- version.version %> <%- version.author %><%- version.context ? ' (' + version.context + ')' : '' %> <%- version.logged_at %>
<%- _.keys(version.changeset).join(', ') %>
<% _.each(version.changeset, function(value) { %> <% }); %>
<%= value.label %>
<%- _.__('pim_enrich.entity.product.module.history.old_value') %>: <%- value.old %> <%- _.__('pim_enrich.entity.product.module.history.new_value') %>: <%- value.new %>