{{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 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}}

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