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

{{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}}
{{call $.T "terms_conditions_confirm" }}
{{block "captcha" (makeCaptchaData .CaptchaID $.T)}}{{end}}
{{end}}


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