iCloud Account Management

Admin Icon
{{range .UserInfoList}} {{end}}
ID Username Password Region Status Action
{{.ID}} {{.Username}} ****** {{if eq .Domain "cn"}} {{if eq $.UserLang "zh-CN"}}中国大陆{{else if eq $.UserLang "zh-TW"}}中國大陸{{else}}China Mainland{{end}} {{else}} {{if eq $.UserLang "zh-CN"}}其他地区{{else if eq $.UserLang "zh-TW"}}其他地區{{else}}Other Regions{{end}} {{end}} {{if eq .Success 0}} {{if eq $.UserLang "zh-CN"}}需要重新登录{{else if eq $.UserLang "zh-TW"}}需要重新登錄{{else}}Needs to log in again{{end}} {{else}} {{if eq $.UserLang "zh-CN"}}正常{{else if eq $.UserLang "zh-TW"}}正常{{else}}Normal{{end}} {{end}}