@(form: Form[_], recaptcha: lila.security.RecaptchaPublicConfig)(implicit ctx: Context) @moreJs = { @jsTag("signup.js") @if(recaptcha.enabled) { } @fingerprintTag } @tosLink = { @trans.termsOfService() } @auth.layout( title = trans.signUp.txt(), moreJs = moreJs) {