{{ dialogTitle | translate }}

@if (isLoading$ | async) { } @else {
}
check {{ 'notification.setup' | translate }}
notification.name @if (templateNotificationForm.get('name').hasError('required')) { {{ 'notification.name-required' | translate }} } @if (!hideSelectType) { notification.type @for (notificationType of notificationTypes; track notificationType) { {{ notificationTemplateTypeTranslateMap.get(notificationType).name | translate }} } }
notification.at-least-one-should-be-selected
@for (deliveryMethods of notificationDeliveryMethods; track deliveryMethods) {
{{ notificationDeliveryMethodInfoMap.get(deliveryMethods).name | translate }}
}
{{ 'notification.compose' | translate }}
@if (selectedIndex > 0) { }