{{ type === 'Standard' ? ("common.labels.task" | i18n) : ("common.labels.sequence" | i18n) }}
{{$index+1}}
{{ 'create.ticket.priority' | i18n }}:
{{template.priority | localizeLabel: 'priority':'task'}}
{{ 'template.details.title' | i18n }}:
{{template.summary ? template.summary : ('common.labels.noneSet' | i18n)}}
{{ 'template.details.description' | i18n }}:
{{template.desc ? template.desc : ('common.labels.noneSet' | i18n)}}
{{ 'common.labels.supportGroup' | i18n}}:
{{(template.supportGroup.name) ? template.supportGroup.name : ('common.labels.noneSet' | i18n) }}