@using WePlatform @using WePlatform.Configuration @using WePlatform.Helpers @using WePlatform.Views.Shared.Modals @model WePlatform.BaseSystem.Sessions.Dto.TenantLoginInfoDto
@L("CurrentTenant"): @if (Model!=null) { @Model.TenancyName } else { @L("NotSelected") } (@L("Change"))
@{ } @using (Html.BeginScripts()) { @Html.Partial("Modals/_Modal", tenantModal) }