<% if (!_.isEmpty(data)) { %> <%= __('pim_dashboard.widget.last_operations.date') %> <%= __('pim_dashboard.widget.last_operations.type') %> <%= __('pim_dashboard.widget.last_operations.profile name') %> <%= __('pim_dashboard.widget.last_operations.status') %> <% _.each(data, function (operation) { %> <%= operation.date %> <%= __('pim_dashboard.widget.last_operations.job_type.'+operation.type) %> <%= operation.label %> <%= operation.statusLabel %> <%= __('pim_dashboard.widget.last_operations.details') %> <% }); %> <% } else if (options.contentLoaded) {%> <%= __('pim_dashboard.widget.last_operations.empty') %> <% } %>