$def with (spamwords, domains) $var title: $_("[Admin Center] Spam Words")
$:render_template("admin/menu")

$_("Spam Words")

$_("Spam Words")

$_("Please enter the SPAM regular expressions in the textarea below, one per line.")
$_("Be sure to escape any meta characters that are meant to be character literals.")
$_("If you are adding a domain, prepend the following to the domain:") (\b|https://|http://)
$:_('For example, if you want to prevent edits containing the domain t.co, add (\b|https://|http://)t\\.co to the spamwords list.')


$_("Spam Domains")

$_("Please enter domains to blacklist in the textarea below, one per line.")