{{define "title"}}{{ call $.T "register_title" }}{{end}} {{define "contclass"}}cont-view{{end}} {{define "content"}} {{ with .Form }}

{{call $.T "signup_box_title" }}

{{ range (index $.FormErrors "errors")}}
{{ . }}
{{end}}
{{ range (index $.FormErrors "username")}}

{{ . }}

{{end}}
{{ range (index $.FormErrors "email")}}

{{ . }}

{{end}}
{{ range (index $.FormErrors "password")}}

{{ . }}

{{end}}
{{ range (index $.FormErrors "password_confirmation")}}

{{ . }}

{{end}} {{ range (index $.FormErrors "t_and_c")}}

{{ . }}

{{end}}

By checking this box, you agree to the terms and conditions

{{block "captcha" (makeCaptchaData .CaptchaID $.T)}}{{end}}
{{end}} {{end}}