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

<% if (ob.timestamp) { %> <%= ob.moment(ob.timestamp).format('lll') %> <% } %>
<% let introLine = ob.disputerName ? ob.polyT('orderDetail.summaryTab.disputeStarted.partyIsDisputing', { name: ob.disputerName }) : ob.polyT('orderDetail.summaryTab.disputeStarted.genericIsDisputed'); %>
<%= introLine %>
<%= ob.claim || ob.polyT('orderDetail.summaryTab.disputeStarted.noReasonProvided') %>
<% if (ob.showResolveButton) { %> <%= ob.processingButton({ className: `btn clrBAttGrad clrBrDec1 clrTOnEmph tx5b js-resolveDispute`, btnText: ob.polyT('orderDetail.summaryTab.disputeStarted.resolveBtn') }) %> <% } %>