{{ define "title" }} 重設密碼 {{ end }} {{ define "content-with-session" }} {{ $acct := .Account }}

{{ if eq $acct.ID .Data.ID }} 重設密碼 {{ else }} 將{{ .Data.Name }}重置為預設密碼 {{ end }}

{{ with .Data }}
{{ if eq $acct.ID .ID }} {{ if not .EmptyPassword }}
{{ else }}

當前密碼為預設密碼,請立即設定新密碼以保護您的帳戶

{{ end }}

{{ else }}
{{ end }}
{{ end }}

{{ .Message }}

{{ end }}