<% if (ob.message_type == "DISPUTE_OPEN" || ob.message_type == "dispute_open") { %>
<%= polyglot.t('transactions.StartDisputeFlag') %>
<% } %>
padding2015 borderBottom1 custCol-border<% } %>">
<%= ob.moment(new Date(ob.timestamp * 1000)).locale(window.lang).format('MMM D, h:mm A') %>
<% if (!ob.outgoing) { %> <% if(ob.guid == ob.moderatorGuid || ob.sender && ob.sender == ob.moderatorGuid){ %>
<%= polyglot.t('Moderator') %>
<% } else if(ob.guid == ob.vendorGuid || ob.sender && ob.sender == ob.vendorGuid){ %>
<%= polyglot.t('transactions.Vendor') %>
<% } else if(ob.guid == ob.buyerGuid || ob.sender && ob.sender == ob.buyerGuid){ %>
<%= polyglot.t('transactions.Buyer') %>
<% } %> <% } %>
<% if (ob.outgoing) { %>
<%= ob.sanitizedMsg %>
<% } else { %>
<%= ob.sanitizedMsg %>
<% } %>
<% if (ob.outgoing) { %> <% if(ob.transactionType == "cases"){ %>
<%= polyglot.t('Moderator') %>
<% } else if(ob.transactionType == "sales"){ %>
<%= polyglot.t('transactions.Vendor') %>
<% } else if(ob.transactionType == "purchases"){ %>
<%= polyglot.t('transactions.Buyer') %>
<% } %> <% } %>
<% if (ob.message_type == "DISPUTE_CLOSE" || ob.message_type == "dispute_close") { %>
<%= polyglot.t('transactions.CloseDisputeFlag') %>

<% } %>