@model PairingModel @{ var store = Context.GetStoreData(); Layout = store is null ? "_LayoutWizard" : "_NavLayout"; ViewData.SetActivePage(StoreNavPages.Tokens, "Pairing Permission", store?.Id); } @if (store is null) { @section Navbar { } }
Label | @Model.Label |
---|---|
SIN | @Model.SIN |