@using BTCPayServer.Abstractions.TagHelpers @using BTCPayServer.Client @using Microsoft.AspNetCore.Mvc.TagHelpers @model PairingModel @{ var store = Context.GetStoreData(); Layout = store is null ? "_LayoutWizard" : "_Layout"; ViewData.SetActivePage(StoreNavPages.Tokens, "Pairing Permission", store?.Id); } @if (store is null) { @section Navbar { } }
Label @Model.Label
SIN @Model.SIN
@if (store is null) {
} else { }