@model BTCPayServer.Models.PaymentRequestViewModels.ViewPaymentRequestViewModel @addTagHelper *, BundlerMinifier.TagHelpers @inject BTCPayServer.HostedServices.CssThemeManager themeManager @{ ViewData["Title"] = Model.Title; Layout = null; } @Model.Title @if (Model.CustomCSSLink != null) { } @*We need to make sure btcpay.js is not bundled, else it will not work if there is a RootPath*@ @Safe.Raw(Model.EmbeddedCSS)

Invoice Summary

@if (Model.Description != null && Model.Description != "" && Model.Description != "
") { @Safe.Raw(Model.Description) }

Payment Details

Request amount: {{srvModel.amountFormatted}}
Paid so far: {{srvModel.amountCollectedFormatted}}
Amount due: {{srvModel.amountDueFormatted}}

Payment History

Invoice # Price Expiry Status
No payments made yet