<%= _.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] %> <% } %> <% }) %> <% } %>
<%= _.isUndefined(i18n['Email to']) ? 'Email to' : i18n['Email to'] %>
<%= _.isUndefined(i18n['Email from']) ? 'Email from' : i18n['Email from'] %>
<%= _.isUndefined(i18n['Email subject']) ? 'Email subject' : i18n['Email subject'] %>
<%= _.isUndefined(i18n['Email template']) ? 'Email template' : i18n['Email template'] %> <%= _.isUndefined(i18n['Select email copy template']) ? 'Select email copy template' : i18n['Select email copy template'] %> <% if (!_.isEmpty(emailTemplates)) { %> <% _.each(emailTemplates, function(emailTemplates) { %> <%= emailTemplates[0] %> <% }) %> <% } %>