<%= _.isUndefined(i18n['Rule name']) ? 'Rule name' : i18n['Rule name'] %>: <%= scoreRuleModel.rule_name %>

<%= _.isUndefined(i18n['Created on']) ? 'Created on' : i18n['Created on'] %>:
<%= (moment(scoreRuleModel.createdAt, 'YYYY-MM-DD HH:mm:ss').format('DD MMMM YYYY') === 'Invalid date') ? '': moment(scoreRuleModel.createdAt, 'YYYY-MM-DD HH:mm:ss').format('DD MMM YYYY') %>
<%= _.isUndefined(i18n['Created by']) ? 'Created by' : i18n['Created by'] %>:
<%= (!_.isEmpty(scoreRuleModel.creatorName) ? scoreRuleModel.creatorName :'') %>
<%= _.isUndefined(i18n['Last updated on']) ? 'Last updated on' : i18n['Last updated on'] %>:
<%= (moment(scoreRuleModel.updatedAt, 'YYYY-MM-DD HH:mm:ss').format('DD MMMM YYYY') === 'Invalid date') ? '': moment(scoreRuleModel.updatedAt, 'YYYY-MM-DD HH:mm:ss').format('DD MMM YYYY') %>
<%= _.isUndefined(i18n['Last updated by']) ? 'Last updated by' : i18n['Last updated by'] %>:
<%= ((!_.isEmpty(scoreRuleModel.editorName) && !_.isNull(scoreRuleModel.editorName)) ? scoreRuleModel.editorName :'') %>
<%= _.isUndefined(i18n['Properties/actions']) ? 'Properties/actions' : i18n['Properties/actions'] %>

<%= _.isUndefined(i18n['Property/action condition']) ? 'Property/action condition' : i18n['Property/action condition'] %>
<%= _.isUndefined(i18n['Score and rule set name']) ? 'Score and rule set name' : i18n['Score and rule set name'] %>