<%= ob.polyT('orderDetail.summaryTab.accepted.heading') %>

<% if (ob.timestamp) { %> <%= ob.moment(ob.timestamp).format('lll') %> <% } %>
<%= ob.polyT('orderDetail.summaryTab.accepted.orderAccepted') %>
<%= ob.infoText %>
<% if (ob.showRefundButton) { %> <% if (ob.refundOrderInProgress) { %> <% // including invisible refund link to properly space the spinner %> <%= ob.spinner({ className: 'spinnerSm center' }) %> <% } else { %>
<%= ob.polyT('orderDetail.summaryTab.accepted.refundBtn') %> <% if (ob.refundConfirmOn) { %>
<%= ob.polyT('orderDetail.summaryTab.accepted.refundConfirm.title') %>

<%= ob.polyT('orderDetail.summaryTab.accepted.refundConfirm.body', { cur: ob.currencyMod.getServerCurrency().name }) %>


<% } %>
<% } %> <% } %> <% 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') }) %> <% } %>