{{template "main-top" .}}

{{t "PasswordChange.Title"}}

{{ template "user-profile" . }} {{if .Expired}}

{{t "PasswordChange.ExpiredDescription"}}

{{else}}

{{t "PasswordChange.Description"}}

{{end}}
{{ .CSRF }}
{{ template "password-complexity-policy-description" . }}
{{ template "error-message" .}}
{{t "PasswordChange.CancelButtonText"}}
{{template "main-bottom" .}}