% const serverCurCode = ob.currencyMod.getServerCurrency().code %>
<%= ob.polyT('wallet.transactions.transaction.retryPaymentConfirmBox.fetchError', { err: ob.fetchError || '' }) %>
<%= ob.polyT('wallet.transactions.transaction.retryPaymentConfirmBox.btnRetry') %> <% } else if (typeof ob.estimatedFee === 'number') { let estimatedFeeCombo = ob.currencyMod.pairedCurrency( ob.estimatedFee, serverCurCode, ob.userCurrency ); insufficientFunds = ob.walletBalance.confirmed < ob.estimatedFee; %> <% if (!insufficientFunds) { %><%= ob.polyT('wallet.transactions.transaction.retryPaymentConfirmBox.body', { currencyPairing: estimatedFeeCombo, asterisk: '*', }) %>
<% } else { %><%= ob.polyT('wallet.transactions.transaction.retryPaymentConfirmBox.insufficientFundsBody', { currencyPairing: estimatedFeeCombo, asterisk: '*', }) %>
<% } %><%= ob.polyT('wallet.transactions.transaction.retryPaymentConfirmBox.subText', { asterisk: '*', }) %>
<% } %>