<% _.each(_.sortBy(changes, 'id').reverse(), function(value, label) { %> <% }); %>
<%- _.__('pim_enrich.entity.product.module.history.logged_at') %> <%- _.__('pim_enrich.entity.product.module.history.author') %> Product <%- _.__('pim_enrich.entity.product.module.history.modified') %> Actions
<%- value.loggedAt %> <%- value.author.split('-')[0] %> #<%- value.identifier %> <% _.each(value.changeset, function(v) { %> <% }); %>
<%= v.label %>
<%- _.__('pim_enrich.entity.product.module.history.old_value') %>: <%- v.old %> <%- _.__('pim_enrich.entity.product.module.history.new_value') %>: <%- v.new %>