{{using({ texts:["login_text"] })}}
{{if canChangePhoneProfile }} {{/if}} {{if canChangeRoles}} {{/if}}
{{text TXT_login_text_0}}
{{TextInput({ id:"txtUserName", bindings:"userName", maxLength:64, flavors: "username" })}}
{{TextInput({ id:"txtPassword", bindings:"password", maxLength:128, type:"password" })}}
{{if showOptions}}
{{Button({ id:"btnMore", textId:"TXT_login_text_20", command:"More", visible:true})}} {{Button({ id:"btnLess", textId:"TXT_login_text_19", command:"Less", visible:false})}}
{{/if}}
{{Button({ id:"btnLogin", textId:"TXT_login_text_16", command:"Login", isDefault:true })}}