{{template "_bill/input" (.Field "NAME")}}
{{template "_bill/input" (.Field "DEPT")}}
{{template "_bill/input" (.Field "LABEL")}}
{{template "_bill/combo" (.Field "CATEGORY")}}
{{template "_bill/select" (.Field "CONTROLLER")}}
{{template "_bill/checkbox" (.Field "PUB")}}
{{template "_bill/checkbox" (.Field "NEWWINDOW")}}
{{template "_bill/select" (.Field "OWNER")}}
{{template "_bill/input" (.Field "USERNAME")}}
{{if .More.CtrlSettingTmpl}}
{{include .More.CtrlSettingTmpl .}}
{{end}}
{{.Record.Main.HELPTEXT}}