{{#> base title=(t "A new user registered")}}

{{{t "User {userUsername} just registered." accountUrl=accountUrl userUsername=user.username}}} {{#if userEmail}} {{{t "You might want to contact them at {userEmail}." userEmail=userEmail}}} {{else}} {{{t "You might want to contact them at {userEmail} (the email has not been verified yet)." userEmail=userPendingEmail}}} {{/if}}

{{/base}}