@using BTCPayServer.Views.Server @using BTCPayServer.Views.Stores @using BTCPayServer.Views.Apps @using BTCPayServer.Views.Invoice @using BTCPayServer.Views.Manage @using BTCPayServer.Views.PaymentRequest @using BTCPayServer.Views.Wallets @using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Client @using BTCPayServer.Services @using BTCPayServer.Views.CustodianAccounts @inject Microsoft.AspNetCore.Http.IHttpContextAccessor HttpContext; @inject BTCPayServerEnvironment Env @inject SignInManager SignInManager @inject PoliciesSettings PoliciesSettings @inject ThemeSettings Theme @model BTCPayServer.Components.MainNav.MainNavViewModel