{{t "pipelineNotification.header"}}
{{#if notificationEnabled}}
{{else}}
{{/if}}
{{#if notificationEnabled}}
{{t "pipelineNotification.when"}}
{{#unless haveNotifiers}} {{#banner-message color="bg-warning mb-0 mt-10"}}

{{t "alertPage.newOrEdit.noNotifierHelpText"}} {{#link-to-external "notifier" clusterId}} {{t "alertPage.newOrEdit.createOne"}}{{/link-to-external}}.

{{/banner-message}} {{/unless}}
{{#if config.recipients.length}}
{{t "pipelineNotification.asMessage"}}
{{/if}}
{{#each config.recipients as |recipient idx|}} {{form-recipient-item remove=(action "remove") isFirst=(eq idx 0) notifiers=notifiers model=recipient }} {{/each}}
{{/if}}