@(form: Form[Register]) @main(title = "The Kurator 'helloworld' application") { @if(form.hasGlobalErrors) {

@form.globalError.message

} @helper.form(routes.Application.registerSubmit()) {

Create Account

} }