@(changeForm: Form[controllers.Account.PasswordChange]) @import helper._ @import helper.twitterBootstrap._ @main("Change your password") {

Change your password here

@form(routes.Account.doChangePassword) { @if(changeForm.hasGlobalErrors) {

@changeForm.globalError.message

} @_passwordPartial(changeForm) }

}