<% if (ob.phase === 'pay' || ob.phase === 'processing') { %>
<% const initPay = ob.listing.shippingOptions && ob.listing.shippingOptions.length ? 'disabled' : ''; %>
<%= ob.processingButton({
className: `btn width100 clrBAttGrad clrBrDec1 clrTOnEmph js-payBtn ${initPay} ${ob.phase}`,
btnText: ob.polyT('purchase.pay')
}) %>
<% } else if (ob.phase ==='pending') { %>
<%= ob.polyT('purchase.pending') %>
<% } else if (ob.phase ==='complete') { %>
<% } %>
<% if (ob.confirmOpen) { %>
<%= ob.polyT('purchase.confirmPayment.title') %>
<%= ob.polyT('purchase.confirmPayment.msg') %>
<% } %>
<% if (ob.phase === 'pay') { %>
<%= ob.polyT('purchase.payNote') %>
<% } else if (ob.phase ==='pending') { %>
<%= ob.polyT('purchase.pendingNote') %>
<% } else if (ob.phase ==='complete') { %>
<%= ob.polyT('purchase.closeNote') %>
<% } %>
<%= ob.polyT('purchase.scamWarning') %>