% if (!expanded) { %>
| <%- _.__('pim_enrich.entity.product.history.version') %> | <%- _.__('pim_enrich.entity.product.history.author') %> | <%- _.__('pim_enrich.entity.product.history.logged_at') %> |
|---|---|---|
| <%- version.version %> | <%- version.author %><%- version.context ? ' (' + version.context + ')' : '' %> | <%- version.logged_at %> |
| <%- _.__('pim_enrich.entity.product.history.version') %> | <%- _.__('pim_enrich.entity.product.history.author') %> | <%- _.__('pim_enrich.entity.product.history.logged_at') %> | <%- _.__('pim_enrich.entity.product.history.modified') %> | <% if (hasAction) { %><%- _.__('pim_enrich.entity.product.history.actions') %> | <% } %>
|---|---|---|---|---|
| <%- version.version %> | <%- version.author %><%- version.context ? ' (' + version.context + ')' : '' %> | <%- version.logged_at %> | <%- _.keys(version.changeset).join(', ') %> | <% if (hasAction) { %><% } %> |