{{template "base/head" .}}
{{if not .AllowOnlyInternalRegistration}} {{ctx.Locale.Tr "auth.oauth_signup_tab"}} {{end}} {{ctx.Locale.Tr "auth.oauth_signin_tab"}}
{{/* these styles are quite tricky but it needs to be the same as the signin page */}}
{{if .AutoRegistrationFailedPrompt}}
{{.AutoRegistrationFailedPrompt}}
{{end}} {{template "user/auth/signup_inner" .}}
{{template "user/auth/signin_inner" .}}
{{template "base/footer" .}}