New User
{{#unsuccessful}}
Sorry
{{#invalidUser}}
User name was not valid, please fill it in, without space, with length between 3 - 20 characters.
{{/invalidUser}}
{{#passwordUnconfirmed}}
Password must be confirmed
{{/passwordUnconfirmed}}
{{#errors}}
{{#errors.username}}
{{errors.username}}
{{/errors.username}}
{{#errors.password}}
{{errors.password}}
{{/errors.password}}
{{/errors}}
{{/unsuccessful}}
{{#successful}}
Thank you
Your new user is saved.
{{/successful}}
{{#form}}
{{/form}}