@model PaymentModel
@if (Model.CustomLogoLink != null) { } else { }
{{$t("Invoice expired")}} {{$t("Invoice expiring soon...")}} {{$t("Awaiting Payment...")}}
@Model.TimeLeft
{{$t("Pay with")}}
@if (Model.AvailableCryptos.Count > 1) {
{{srvModel.paymentMethodName}} ({{srvModel.cryptoCode}})
} else {
{{srvModel.paymentMethodName}} ({{srvModel.cryptoCode}})
}
{{ srvModel.storeName }}
{{ srvModel.itemDesc }}
{{ srvModel.btcPaid }} {{ srvModel.cryptoCode }}
{{ srvModel.btcDue }} {{ srvModel.cryptoCode }}
1 {{ srvModel.cryptoCode }} = {{ srvModel.rate }}
{{$t("Order Amount")}}
{{srvModel.orderAmount}} {{ srvModel.cryptoCode }}
 
{{srvModel.orderAmountFiat}}
{{$t("Network Cost")}}
{{ srvModel.networkFee }} {{ srvModel.cryptoCode }} {{$t("txCount", {count: srvModel.txCount})}} x {{ srvModel.networkFee }} {{ srvModel.cryptoCode }}
{{$t("Already Paid")}}
-{{srvModel.btcPaid }} {{ srvModel.cryptoCode }}
{{$t("Due")}}
{{srvModel.btcDue}} {{ srvModel.cryptoCode }}
{{$t("Scan")}}
{{$t("Copy")}}
@if (Model.ChangellyEnabled) {
{{$t("Conversion")}}
} else {
}
{{$t("Contact and Refund Email")}}
{{$t("Contact_Body")}} {{$t("Please enter a valid email address")}}
{{$t("CompletePay_Body", srvModel)}}
{{$t("Copied")}}
@if (Model.ChangellyEnabled) {
}
{{$t("This invoice has been archived")}}
{{$t("Archived_Body")}}
{{$t("What happened?")}}
{{$t("InvoiceExpired_Body_1", {storeName: srvModel.storeName, maxTimeMinutes: @Model.MaxTimeMinutes})}}
{{$t("InvoiceExpired_Body_2")}}
{{$t("InvoiceExpired_Body_3")}}
{{$t("Invoice ID")}}: {{srvModel.invoiceId}}
{{$t("Order ID")}}: {{srvModel.orderId}}
{{$t("Return to StoreName", srvModel)}}