{{d-icon "arrow-left"}} {{i18n "admin.web_hooks.go_back"}}

{{i18n "admin.web_hooks.detailed_instruction"}}

{{#unless this.model.wildcard_web_hook}}
{{#each-in this.groupedEventTypes as |group eventTypes|}}
{{i18n (concat "admin.web_hooks." group "_event.group_name")}} {{#each eventTypes as |type|}} {{/each}}
{{/each-in}}
{{/unless}}
{{i18n "admin.web_hooks.categories_filter_instructions" }}
{{#if this.showTagsFilter}}
{{i18n "admin.web_hooks.tags_filter_instructions" }}
{{/if}}
{{i18n "admin.web_hooks.groups_filter_instructions" }}
{{#if this.model.active}}
{{i18n "admin.web_hooks.active_notice"}}
{{/if}}
{{#if this.model.isNew}} {{i18n "cancel"}} {{else}} {{i18n "cancel"}} {{/if}} {{this.savingStatus}}