{{template "main-top" .}}
{{ template "user-profile" . }}

{{t "MfaPrompt.Description"}}

{{ .CSRF }}
{{ range $provider := .MfaProviders}} {{ $providerName := (t (printf "MfaPrompt.Provider%v" $provider)) }}
{{ end }}
{{if not .MfaRequired}} {{end}} {{t "Actions.Cancel"}}
{{template "main-bottom" .}}