<% if (ob.showRefundButton) { %>
<% if (ob.refundOrderInProgress) { %>
<% // including invisible refund link to properly space the spinner %>
<%= ob.polyT('orderDetail.summaryTab.accepted.refundBtn') %>
<%= ob.spinner({ className: 'spinnerSm center' }) %>
<% } else { %>
<% } %>
<% } %>
<% if (ob.showFulfillButton) { %>
<%= ob.processingButton({
className: `btn clrBAttGrad clrBrDec1 clrTOnEmph tx5b js-fulfillOrder ${ob.fulfillInProgress ? 'processing' : ''} ${ob.refundOrderInProgress ? 'disabled' : ''}`,
btnText: ob.polyT('orderDetail.summaryTab.accepted.fulfillBtn')
}) %>
<% } %>