@(askForm: Form[controllers.account.Reset.AskForm])
@import helper._
@implicitFieldConstructor = @{ FieldConstructor(twitterBootstrapInput.render) }
@main() {
@Messages("resetpassword")
@wflash()
@form(controllers.account.routes.Reset.runAsk()) {
}
}