{{'Canned Response Edit' | translate}}

{{item?.name}}
@if (description.errors?.['maxLength']) {
{{ description.errors?.['maxLength'].actualLength }}/{{ description.errors?.['maxLength'].maxLength }} {{' exceeded the limit' | translate}}
}
@if(selectedType == "ticket"){

{{'Canned Response Fields' | translate}}

@for (list of resposeList; track list.name) { }
{{list.name}} :
}