名称:
{{template "_bill/input" (.Field "NAME")}}
昵称:
{{template "_bill/input" (.Field "NICKNAME")}}
密码:
{{template "_bill/password" (.Field "PASSWORD")}}
所属部门:
{{template "_bill/input" (.Field "DEPT")}}
冻结到期:
{{template "_bill/input" (.Field "FREEZETIME")}}
冻结原因:
{{template "_bill/input" (.Field "FREEZEDESC")}}
附加信息:
{{template "_bill/input" (.Field "TAG")}}
角色:
{{range $idx,$role := .More.Roles}} {{if eq 0 (mod $idx 4)}}
{{end}}
{{$role.Name}}
{{if eq 0 (mod (inc $idx) 4)}}
{{end}} {{end}}