$def with (account) $var title: $_("Account already activated")

$_("Hi, %(user)s", user=account.displayname)

$ link = "/account/login?redirect=/&username=" + account.username

$:_('Your account has been activated already. Please log in to continue.', link)