{{template.templateObject.timing ? (template.templateObject.timing | localizeLabel: 'timing' : 'change') : ('common.labels.noneSet' | i18n) }}
{{template.templateObject.riskLevel ? (template.templateObject.riskLevel | localizeLabel: 'riskLevel':'change') : ('common.labels.noneSet' | i18n) }}
{{template.templateObject.impact ? (template.templateObject.impact | localizeLabel: 'impact':'change') : ('common.labels.noneSet' | i18n) }}
{{template.templateObject.urgency ? (template.templateObject.urgency | localizeLabel: 'urgency':'change') : ('common.labels.noneSet' | i18n) }}
{{template.templateObject.impactedService.name ? template.templateObject.impactedService.name : ('common.labels.noneSet' | i18n) }}
{{template.summary ? template.summary : ('common.labels.noneSet' | i18n) }}
{{template.desc ? template.desc : ('common.labels.noneSet' | i18n) }}