@using BTCPayServer.Abstractions.Extensions @using Microsoft.AspNetCore.Mvc.TagHelpers @using BTCPayServer.Abstractions.Contracts @model BTCPayServer.Plugins.FujiOracle.FujiOracleSettings @inject IScopeProvider ScopeProvider @{ var storeId = ScopeProvider.GetCurrentStoreId(); Layout = "../Shared/_NavLayout.cshtml"; ViewData["NavPartialName"] = "../UIStores/_Nav"; ViewData.SetActivePage("Fuji Oracle", "Update Fuji Oracle Settings", null); }

@ViewData["Title"]

Pairs
@for (var index = 0; index < Model.Pairs.Count; index++) {
}