@using WeOnlineApp.Authorization @using WeOnlineApp.Helpers @using WeOnlineApp.Views.Shared.Modals @model WeOnlineApp.Controllers.UserProfileViewModel @{ var userImagePath = string.IsNullOrEmpty(Model.ImagePath) ? "/Content/Image/user.png" : Model.ImagePath; var accountType = AbpSession.AccountType; }
@using (Html.BeginScripts()) {