@using BTCPayServer.Services.Altcoins.Monero.Configuration @using BTCPayServer.Services.Altcoins.Monero.UI @using Microsoft.AspNetCore.Mvc.TagHelpers @using BTCPayServer.Client @using BTCPayServer.Abstractions.TagHelpers @inject MoneroLikeConfiguration MoneroLikeConfiguration; @{ var controller = ViewContext.RouteData.Values["Controller"].ToString(); var isMonero = nameof(UIMoneroLikeStoreController).StartsWith(controller, StringComparison.InvariantCultureIgnoreCase); } @if (MoneroLikeConfiguration.MoneroLikeConfigurationItems.Any()) {