<%= polyglot.t('Listing') %> | <%= ob.title %> |
<%= polyglot.t('transactions.OrderTotal') %> | <%= ob.formatBitcoin(ob.btc_total) %> <% if(ob.cCode != "BTC"){ %> (<%= ob.displayPrice %>) <% } %> |
<%= polyglot.t('transactions.OrderStatus') %> | <%= polyglot.t('transactions.OrderStatus'+ob.status) %> |
<% if(ob.vendor){ %> <%= polyglot.t('transactions.Vendor') %> <% } else if(ob.buyer) { %> <%= polyglot.t('transactions.Buyer') %> <% } %> | <% if(ob.vendor){ %> <%= ob.vendor %> <% } else if(ob.buyer) { %> <%= ob.buyer %> <% } %> |