{{searchable-select content=notifiers value=model.notifier optionValuePath="id" optionLabelPath="displayNameAndType" placeholder=(t 'alertPage.newOrEdit.notifierPlaceholder') }}
{{#if selectedNotifier.notifierLabel}} {{selectedNotifier.notifierLabel}} {{else}} {{t 'alertPage.na'}} {{/if}}
{{input classNames="form-control" placeholder=recipientPlaceholder value=model.recipient showSearch=showSearch }}

{{t 'alertPage.newOrEdit.recipient.helpText'}}