{{#if regexpError}}
{{regexpError}}
{{/if}}
{{d-button class="btn-default download-link" href=downloadLink icon="download" label="admin.watched_words.download"}} {{watched-word-uploader uploading=uploading actionKey=actionNameKey done=(action "uploadComplete")}} {{d-button class="watched-word-test" label="admin.watched_words.test.button_label" icon="far-eye" action=(action "test")}} {{d-button class="btn-danger clear-all" label="admin.watched_words.clear_all" icon="trash-alt" action=(action "clearAll")}}

{{actionDescription}}

{{#if siteSettings.watched_words_regular_expressions}}

{{html-safe (i18n "admin.watched_words.regex_warning" basePath=(base-path))}}

{{/if}} {{watched-word-form actionKey=actionNameKey action=(action "recordAdded") filteredContent=currentAction.words }} {{#if currentAction.words}} {{/if}} {{#if showWordsList}}
{{#each currentAction.words as |word| }}
{{admin-watched-word actionKey=actionNameKey word=word action=(action "recordRemoved")}}
{{/each}}
{{/if}}