{{msg . "accountSetting"}}

{{if .userInfo.Email}}
  • {{msg . "basicInfo"}}
  • {{msg . "updateEmail"}}
  • {{msg . "updatePassword"}}
{{msg . "setUsernameTips" .userInfo.Email}}
{{msg . "currentEmail" .userInfo.Email}} {{if .userInfo.Verified}} {{msg . "verified"}} {{else}} {{msg . "unVerified"}} {{msg . "verifiedNow"}} {{msg . "or"}} {{msg . "resendVerifiedEmail"}} {{end}}
{{msg . "updateEmailTips"}}
{{msg . "passwordTips"}}
{{else}}
  • {{msg . "createAccount"}}
{{msg . "thirdCreateAcountTips"}}
{{msg . "passwordTips"}}
{{end}}