@using BTCPayServer.Client @using BTCPayServer.Views.Stores @model BTCPayServer.Components.MainNav.MainNavViewModel @{ var store = Context.GetStoreData(); } @if (store != null) {