% if (ob.show) { %>
<%= ob.polyT('wallet.spendConfirmBox.bodyInsufficientFunds') %>
<% } else if (ob.fetchError === 'ERROR_DUST_AMOUNT') { %><%= ob.polyT('wallet.spendConfirmBox.bodyDustAmount') %>
<% } else { %><%= ob.polyT('wallet.spendConfirmBox.bodyGenericError', { err: ob.fetchError || '' }) %>
<%= ob.polyT('wallet.spendConfirmBox.btnRetry') %> <% } %> <% } else if (typeof ob.fee === 'number') { let feeText = ob.currencyMod.pairedCurrency( ob.fee, ob.currencyMod.getServerCurrency().code, ob.displayCurrency ); %><%= ob.polyT('wallet.spendConfirmBox.body', { currencyPairing: feeText, }) %>
<% } %>