@(userForm: Form[User])(implicit lang: Lang) @import helper._ @implicitFieldConstructor = @{ FieldConstructor(twitterBootstrapInput.f) } @main("Create User by Play 2.1") {

@Messages("title10")

@form(routes.UserController.userRegistration) { @commonUserForm(userForm) }
@Messages("title13") }