{{model.name}}

{{actionDescription}}

{{watched-word-form actionKey=actionNameKey action=(action "recordAdded") filteredContent=filteredContent regularExpressions=adminWatchedWords.regularExpressions}}
{{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")}}
{{#if showWordsList}} {{#each filteredContent as |word| }}
{{admin-watched-word word=word action=(action "recordRemoved")}}
{{/each}} {{else}} {{i18n 'admin.watched_words.word_count' count=wordCount}} {{/if}}
{{d-button 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")}}