@model BTCPayServer.Payments.LNURLPayPaymentMethodDetails @if (!string.IsNullOrEmpty(Model.ProvidedComment)) { LNURL Comment: @Model.ProvidedComment } @if (!string.IsNullOrEmpty(Model.ConsumedLightningAddress)) { Lightning address used: @Model.ConsumedLightningAddress }