@(form: Form[_], referrer: Option[String])(implicit ctx: Context) @auth.layout(title = trans.signIn.txt()) {

@trans.signIn()

@globalError(form)
    @auth.formFields(form("username"), form("password"), none, register = false)
@trans.newToLichess()

@trans.signUp()


@trans.forgotPassword()

@trans.passwordReset()
}