<% const serverCur = ob.currencyMod.getServerCurrency(); %>
<%= 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') %>

<% if (serverCur.code === 'BTC') { %> <% const link = `${ob.polyT('purchase.pendingSection.note1Link')}`; %>

<%= ob.polyT('purchase.pendingSection.note1', { link }) %>

<% } %> <% if (ob.isModerated) { %>

<%= ob.polyT('purchase.pendingSection.note2') %>
<%= ob.polyT('purchase.pendingSection.note3') %>

<% } %>

<%= ob.polyT('purchase.pendingSection.note4') %>