{{template "ng/base/head" .}} {{template "ng/base/header" .}}

{{if .IsSocialLogin}}{{.i18n.Tr "social_sign_in" | Str2html}}{{else}}{{.i18n.Tr "sign_in"}}{{end}}

{{template "ng/base/alert" .}}

{{if not .IsSocialLogin}}

    {{.i18n.Tr "auth.remember_me"}}

{{end}}

     {{if not .IsSocialLogin}}{{.i18n.Tr "auth.forget_password"}}{{end}}

{{if not .IsSocialLogin}}

{{.i18n.Tr "auth.sign_up_now" | Str2html}}

{{if .OauthEnabled}}
{{end}} {{end}}
{{template "ng/base/footer" .}}