{{define "title"}}{{ T "register_title" }}{{end}} {{define "contclass"}}cont-view{{end}} {{define "content"}}
{{ with .RegistrationForm }}

{{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}}
{{T "terms_conditions_confirm" }}
{{block "captcha" .}}{{end}}
{{end}}


{{end}} {{define "js_footer"}}{{end}}