<%= _.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) { %> <% if (scorePropertyActionsValue !== 'form_name') {%> <%= 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'] %> +