<:body>
{{i18n "admin.watched_words.test.description"}}
{{#if this.matches}}
{{i18n "admin.watched_words.test.found_matches"}}
{{#if (or this.isReplace this.isLink)}}
{{#each this.matches as |match|}}
-
{{match.match}}
→
{{match.replacement}}
{{/each}}
{{else if this.isTag}}
{{#each this.matches as |match|}}
-
{{match.match}}
→
{{#each match.tags as |tag|}}
{{tag}}
{{/each}}
{{/each}}
{{else}}
{{#each this.matches as |match|}}
- {{match}}
{{/each}}
{{/if}}
{{else}}
{{i18n "admin.watched_words.test.no_matches"}}
{{/if}}