{{ labelText }} @if (conversationSlackFormGroup.get('conversation').value && !disabled) { } @for (template of slackConversation$ | async; track template) { } @if (!(slackConversation$ | async)?.length) {
@if (!textIsNotEmpty(slackSearchText)) {
notification.not-found-slack-recipient
} @else { Not slack recipient matches {{ truncate.transform(slackSearchText, true, 6, '...') }} }
}
@if (conversationSlackFormGroup.get('conversation').hasError('required')) { {{ requiredText }} }