@(askForm: Form[controllers.account.Reset.AskForm]) @import helper._ @implicitFieldConstructor = @{ FieldConstructor(twitterBootstrapInput.render) } @main() {

@Messages("resetpassword")

@wflash() @form(controllers.account.routes.Reset.runAsk()) {
@inputText( askForm("email"), 'placeholder -> Messages("email"), '_label -> null )
@Messages("goback")
} }