@using BTCPayServer.Views.Server @using BTCPayServer.Views.Stores @using BTCPayServer.Views.Manage @using BTCPayServer.Views.Wallets @using BTCPayServer.Client @using BTCPayServer.Plugins @using BTCPayServer.Services @using BTCPayServer.Views.Apps @using BTCPayServer.Configuration @using BTCPayServer.Plugins.Emails @inject Microsoft.AspNetCore.Http.IHttpContextAccessor HttpContext; @inject BTCPayServerOptions BtcPayServerOptions @inject BTCPayServerEnvironment Env @inject SignInManager SignInManager @inject PoliciesSettings PoliciesSettings @inject ThemeSettings Theme @inject PluginService PluginService @inject PrettyNameProvider PrettyName @model BTCPayServer.Components.MainNav.MainNavViewModel