@(changeForm: Form[controllers.Account.PasswordChange]) @import helper._ @import helper.twitterBootstrap._ @main("Change your password") {
@form(routes.Account.doChangePassword) { @if(changeForm.hasGlobalErrors) {
@changeForm.globalError.message
} @_passwordPartial(changeForm) } }