<%= ob.amountDueLine %>
<% const pAddress = ob.paymentAddress.length > 34 ? `${ob.paymentAddress.slice(0, 34)}…` : ob.paymentAddress; %>
34) print(`class="toolTipNoWrap toolTipTop" data-tip="${ob.paymentAddress}"`) %>><%= ob.polyT('purchase.pendingSection.to', { address: pAddress }) %>
<%= ob.processingButton({
className: 'btn btnThin width100 clrP clrBr clrSh2 js-payFromWallet',
textClassName: 'flexCent',
btnText: `
${ob.walletIconTmpl()}${ob.polyT('purchase.pendingSection.payFromWallet')}`,
}) %>
<% if (serverCur.canShapeShiftIntoPurchase) { %>
<% } %>
<% if (serverCur.code === 'BTC') { %>
<%= ob.polyT('purchase.pendingSection.altcoinNote') %>
<%= ob.polyT('purchase.pendingSection.walletNote') %>
<% } %>
<%= ob.polyT('purchase.pendingSection.feeNote') %>