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

@ViewBag.Title

@Html.Partial("_StatusMessage")

You're logged in as @User.Identity.Name. Your name is @Model.FullName and email is @Model.Email.

@Html.Partial("_ChangePasswordPartial")