@model BTCPayServer.Models.StoreViewModels.LightningNodeViewModel @{ var storeId = Model.StoreId; if (Model.CryptoCode != "BTC") { return; } }