@{ //TODO: Until we have a way to specify the layout page at application level. Layout = "/Views/Shared/_Layout.cshtml"; ViewBag.Title = "Manage Account"; }

@ViewBag.Title.

@ViewBag.StatusMessage

@await Html.PartialAsync("_ChangePasswordPartial")
@section Scripts { @*TODO : Until script helpers are available, adding script references manually*@ @*@Scripts.Render("~/bundles/jqueryval")*@ }