@using WePlatform.Authorization @model WePlatform.Controllers.UserProfileViewModel @{ ViewBag.ActiveMenu = PermissionNames.Pages; ViewBag.Title = L("ChangePasswordTitle"); } @section styles { }