{{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}}
{{if eq 0 (mod (inc $idx) 4)}}
{{end}} {{end}}