@model PaymentModel
@if (!string.IsNullOrEmpty(Model.CustomLogoLink)) { } else { }
{{$t("Invoice expired")}} {{$t("Invoice expiring soon...")}} {{$t("Awaiting Payment...")}}
{{timerText}}
{{$t("Pay with")}}
@if (Model.AvailableCryptos.Count > 1) {
{{srvModel.paymentMethodName}} ({{srvModel.cryptoCodeSrv}})
} else {
{{srvModel.paymentMethodName}} ({{srvModel.cryptoCodeSrv}})
}
{{ srvModel.storeName }}
{{ srvModel.itemDesc }}
{{ srvModel.btcPaid }} {{ srvModel.cryptoCode }}
{{ srvModel.btcDue }} {{ srvModel.cryptoCode }}
{{srvModel.rateBaseAmount}} {{ srvModel.cryptoCodeSrv }} = {{ srvModel.rate }}
{{$t("NotPaid_ExtraTransaction")}}
{{$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("Contact and Refund Email")}}
{{$t("Contact_Body")}} {{$t("Please enter a valid email address")}}
{{$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)}}