@model MileageTraker.Web.ViewModels.Account.ChangePasswordViewModel @{ ViewBag.Title = "Manage Account"; }

@ViewBag.Title

@ViewBag.StatusMessage

You're logged in as @User.Identity.Name.

@Html.Partial("_ChangePasswordPartial")