<%= _.isUndefined(i18n['Properties / actions']) ? 'Properties / actions' : i18n['Properties / actions'] %>
<%= _.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(scorePropertyActions)) { %>
<% _.each(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(scoreActions)) { %>
<% _.each(scoreActions, function(scoreActionLabel, scoreActionValue) { %>
<%= scoreActionLabel %>
<% }) %>
<% } %>
<%= _.isUndefined(i18n['Select sub values']) ? 'Select sub values' : i18n['Select sub values'] %>
+
<%= _.isUndefined(i18n['Property / action condition']) ? 'Property / action condition' : i18n['Property / action condition'] %>
<%= _.isUndefined(i18n['Set operator and value']) ? 'Set operator and value' : i18n['Set operator and value'] %>
2. <%= _.isUndefined(i18n['Action taken']) ? 'Action taken' : i18n['Action taken'] %>:
<%= _.isUndefined(i18n['Select lead owner']) ? 'Select lead owner' : i18n['Select lead owner'] %>
<% if (!_.isEmpty(leadOwners)) { %>
<% _.each(leadOwners, function(leadOwner) { %>
<%= leadOwner[1] %>
<% }) %>
<% } %>
<%= _.isUndefined(i18n['Select lifecycle stage']) ? 'Select lifecycle stage' : i18n['Select lifecycle stage'] %>
<% if (!_.isEmpty(lifecycleStages)) { %>
<% _.each(lifecycleStages, function(lifecycleStage) { %>
<%= lifecycleStage[1] %>
<% }) %>
<% } %>
<%= _.isUndefined(i18n['Automatically un-assign when contact is assigned to another sequence'])?'Automatically un-assign when contact is assigned to another sequence':i18n['Automatically un-assign when contact is assigned to another sequence'] %>
<%= _.isUndefined(i18n['Select email/sms sequence']) ? 'Select email/sms sequence' : i18n['Select email/sms sequence'] %>
<% if (!_.isEmpty(emailSequencies)) { %>
<% _.each(emailSequencies, function(emailSequence) { %>
<%= emailSequence[1] %>
<% }) %>
<% } %>
<%= _.isUndefined(i18n['Select service']) ? 'Select service':i18n['Select service'] %>
<% _.each(emailServices, function(serviceInfo, service){ %>
<%= serviceInfo.service_label %>
<% }); %>