@using BTCPayServer.Client @model BTCPayServer.Models.StoreViewModels.ListStoresViewModel @{ ViewData.SetActivePage(StoreNavPages.Index, Model.Archived ? StringLocalizer["Archived Stores"] : StringLocalizer["Stores"]); }
Store Name |
---|
@store.StoreName @if (store.Archived) { archived } |
There are no stores yet. Create a store.
}