@model PaymentModel @{ Layout = null; } @Model.HtmlTitle

Pay with @Model.StoreName

@if (Model.Status == "new") { if (!string.IsNullOrEmpty(Model.UISettings?.NoScriptPartialName)) { } else {

This payment method requires javascript.

} @if (Model.AvailableCryptos.Count > 1) {

Pay with:

} } else if (Model.Status == "paid" || Model.Status == "complete" || Model.Status == "confirmed") {

This invoice has been paid

} else if (Model.Status == "expired" || Model.Status == "invalid") {

This invoice has expired

} else {

Non-supported state of invoice

}

Go back to Javascript enabled invoice