@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 { } }

@ViewData["Title"]

Label @Model.Label
SIN @Model.SIN
@if (store is null) {
} else { }