@(f: Form[_]) @import helper._ @import helper.twitterBootstrap._ @inputPassword( f("password"), '_label -> "Choose a password" ) @inputPassword( f("repeatPassword"), '_label -> "Repeat chosen password", '_showConstraints -> false, '_error -> f.error("password") )