<%= _.isUndefined(i18n['Task title']) ? 'Task title' : i18n['Task title'] %>
<%= _.isUndefined(i18n['Note'])?'Note':i18n['Note'] %>
<%= _.isUndefined(i18n['Created by'])?'Created by':i18n['Created by'] %> <%= _.isUndefined(i18n['Me'])?'Me':i18n['Me'] %> <% if (!_.isEmpty(leadOwners)) { %> <% _.each(leadOwners, function(leadOwner) { %> <% if(leadOwner[0] != currentUserId) { %> <%= leadOwner[1] %> <% } %> <% }) %> <% } %>
<%= _.isUndefined(i18n['Assigned to'])?'Assigned to':i18n['Assigned to'] %> <%= _.isUndefined(i18n['Me'])?'Me':i18n['Me'] %> <% if (!_.isEmpty(leadOwners)) { %> <% _.each(leadOwners, function(leadOwner) { %> <% if(leadOwner[0] != currentUserId) { %> <%= leadOwner[1] %> <% } %> <% }) %> <% } %>