@model ChangePasswordViewModel @{ ViewData.SetActivePage(ManageNavPages.ChangePassword, StringLocalizer["Change your password"]); }
@if (!ViewContext.ModelState.IsValid) {
}
@section PageFootContent { }