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