@(form: Form[ChangePass])(users : List[User])
@main(title = "The Kurator 'helloworld' application") {@form.globalError.message
} @if(flash.containsKey("change_success")) {@flash.get("change_success")
} @helper.form(routes.Application.changePassword()) {
}
@flash.get("activate_success")
} }