<%= _.isUndefined(i18n['Select property/action']) ? 'Select property/action' : i18n['Select property/action'] %> <%= _.isUndefined(i18n['-- Select property/action --']) ? '-- Select property/action --' : i18n['-- Select property/action --'] %> <% if (!_.isEmpty(scoreRuleModel.scorePropertyActions)) { %> <% _.each(scoreRuleModel.scorePropertyActions, function(scorePropertyActionsLabel, scorePropertyActionsValue) { %> <%= scorePropertyActionsLabel %> <% }) %> <% } %>
<%= _.isUndefined(i18n['Select property']) ? 'Select property' : i18n['Select property'] %> +
<%= _.isUndefined(i18n['Select action']) ? 'Select action' : i18n['Select action'] %> <%= _.isUndefined(i18n['-- Select property/action --']) ? '-- Select property/action --' : i18n['-- Select property/action --'] %> <% if (!_.isEmpty(scoreRuleModel.scoreActions)) { %> <% _.each(scoreRuleModel.scoreActions, function(scoreActionLabel, scoreActionValue) { %> <%= scoreActionLabel %> <% }) %> <% } %>
<%= _.isUndefined(i18n['Select sub values']) ? 'Select sub values' : i18n['Select sub values'] %> +
<%= _.isUndefined(i18n['Task title']) ? 'Task title' : i18n['Task title'] %>
<%= _.isUndefined(i18n['Created by'])?'Created by':i18n['Created by'] %> <% if (creatorDisabled == '1' && assignTaskConfig != '') {%> <% } %> <%= _.isUndefined(i18n['Me'])?'Me':i18n['Me'] %> <% if (!_.isEmpty(scoreRuleModel.leadOwners)) { %> <% _.each(scoreRuleModel.leadOwners, function(leadOwner) { %> <% if(leadOwner[0] != scoreRuleModel.currentUserId) { %> value="<%= leadOwner[0] %>"><%= leadOwner[1] %> <% } %> <% }) %> <% } %>
<%= _.isUndefined(i18n['Note'])?'Note':i18n['Note'] %> <%= ((!_.isEmpty(assignTaskConfig)) ? assignTaskConfig.notes : '') %>
<%= _.isUndefined(i18n['Assigned to'])?'Assigned to':i18n['Assigned to'] %> <% if (userIdDisabled == '1' && assignTaskConfig != '') {%> <% } %> <%= _.isUndefined(i18n['Me'])?'Me':i18n['Me'] %> <% if (!_.isEmpty(scoreRuleModel.leadOwners)) { %> <% _.each(scoreRuleModel.leadOwners, function(leadOwner) { %> <% if(leadOwner[0] != scoreRuleModel.currentUserId) { %> value="<%= leadOwner[0] %>"><%= 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(scoreRuleModel.emailTemplates)) { %> <% _.each(scoreRuleModel.emailTemplates, function(emailTemplates) { %> value="<%= emailTemplates[0] %>"><%= emailTemplates[0] %> <% }) %> <% } %>
<%= ((!_.isEmpty(assignEmailCopyConfig)) ? assignEmailCopyConfig.emailMessage : '') %>
<%= _.isUndefined(i18n['Add new list']) ? 'Add new list':i18n['Add new list'] %>:
<%= _.isUndefined(i18n['Add list']) ? 'Add list':i18n['Add list'] %>