@using BTCPayServer.BIP78.Sender @using BTCPayServer.Components.TruncateCenter @using BTCPayServer.Abstractions.TagHelpers @model BTCPayServer.Models.InvoicingModels.PaymentModel @await Component.InvokeAsync("UiExtensionPoint", new {location = "checkout-bitcoin-pre-content", model = Model}) @await Component.InvokeAsync("UiExtensionPoint", new {location = "checkout-bitcoin-post-content", model = Model})