<%= polyglot.t('AllListings') %> <% if(ob.vendor_offer.listing.item.category) { %> <%= ob.vendor_offer.listing.item.category %> <% } %>

<%= ob.vendor_offer.listing.item.title %>

<% if(ob.vendor_offer.listing.item.image_hashes[0]) { %> <% } %>
<% _.each(ob.vendor_offer.listing.item.image_hashes, function(data, i) { if(i != 0){%>
<% } }); %>
  • <%= ob.formatBitcoin(ob.vendorBTCPrice) %> <% if(ob.userCurrencyCode != 'BTC'){ %> (<%= ob.displayPrice %>) <% } %>
  • <%= polyglot.t('BUYNOW') %>
  • <% if (ob.totalReviews) { %>
  • <%= ob.totalReviews %> Review<% print(ob.starsTemplate({ rating: ob.avgRating })) %>(<%= ob.avgRating %>/5)
  • <% } %>
<% if(ob.vendor_offer.listing.metadata.max_quantity && ob.vendor_offer.listing.metadata.max_quantity < 999999 || ob.vendor_offer.listing.metadata.max_quantity === 0) { %>
<% if(ob.vendor_offer.listing.metadata.max_quantity > 0) { %>
<%= polyglot.t('MaxQuantityDisplay', {quantity: ob.vendor_offer.listing.metadata.max_quantity}) %>
<% } else { %>
<%= polyglot.t('NoQuantityDisplay') %>
<% } %>
<% } %>
<% if(ob.displayShippingOrigin) { %>
<%= ob.displayShippingOrigin %>
<% } %> <% if(ob.vendor_offer.listing.metadata.category) { %>
<%= polyglot.t(ob.vendor_offer.listing.metadata.category.split(' ')[0].replace(/^\w/, function (chr) { return chr.toUpperCase(); })) %>
<% } %> <% if(ob.vendor_offer.listing.item.condition) { %>
<%= polyglot.t(ob.vendor_offer.listing.item.condition.replace(/^\w/, function (chr) { return chr.toUpperCase(); })) %>
<% } %> <% if( ob.vendor_offer.listing.metadata.category === "physical good" && ob.vendor_offer.listing.shipping.free ) { %>
<%= polyglot.t('FreeShipping') %>
<% } %>
<% if(ob.vendor_offer.listing.item.keywords != "") { %>

<%= polyglot.t('Tags') %>

<% _.each(ob.vendor_offer.listing.item.keywords, function(data, i) { if(data.length < 100 && i < 11) { %>
#<%= data.replace(/\s+/g, '') %>
<% } }); %>
<% } %> <% if(ob.vendor_offer.listing.shipping && ob.vendor_offer.listing.shipping.shipping_regions && ob.vendor_offer.listing.shipping.shipping_regions.length > 0){ %>

<%= polyglot.t('CanBeShippedTo') %>

<% var matchedItemShippableCountries = _.uniq(_.intersection(_.pluck(ob.userAddresses, 'country'), ob.vendor_offer.listing.shipping.shipping_regions)); if(ob.userAddresses.length > 0) { if(matchedItemShippableCountries.length > 0){ _.each(matchedItemShippableCountries, function(data){ print("

" + polyglot.t(`countries.${data}`) + "

"); }); } else if(!ob.worldwide){ print(polyglot.t('NoShippableAddress')); } else { _.each(_.uniq(_.pluck(ob.userAddresses, 'country')), function(data){ print("

" + polyglot.t(`countries.${data}`) + "

"); }); } } else { print(polyglot.t('NoSavedAddresses')); } %>
<% } %>
<%= ob.vendor_offer.listing.item.displayDescription %>
<% if (ob.fetchingRatings) { %>
<% } %>
<% if(ob.vendor_offer.listing.shipping.shipping_regions.length || ob.vendor_offer.listing.policy.returns || ob.vendor_offer.listing.policy.terms_conditions) { %>
<% if(ob.worldwide || ob.shipsLocal){ %>

<%= polyglot.t('Local') %>

<% if(ob.userCurrencyCode != "BTC"){ %> <%= polyglot.t('Shipping2') %> <%= ob.displayDomesticShipping %> (<%= ob.formatBitcoin(ob.domesticShippingBTC) %>) <% } else { %> <%= polyglot.t('Shipping2') %> <%= ob.formatBitcoin(ob.domesticShippingBTC) %> <% } %>

<%= polyglot.t('transactions.EstimatedDelivery') %> <%= ob.vendor_offer.listing.shipping.est_delivery.domestic %>

<% } %> <% if(ob.worldwide || ob.shipsLocal && ob.nonLocalRegions.length){ %>
<% } %> <% if(ob.nonLocalRegions.length){ %>

<%= polyglot.t('International') %>

<% if(ob.userCurrencyCode != "BTC"){ %> <%= polyglot.t('Shipping2') %> <%= ob.displayInternationalShipping %> (<%= ob.formatBitcoin(ob.internationalShippingBTC) %>) <% } else { %> <%= polyglot.t('Shipping2') %> <%= ob.formatBitcoin(ob.internationalShippingBTC) %> <% } %>

<%= polyglot.t('transactions.EstimatedDelivery') %> <%= ob.vendor_offer.listing.shipping.est_delivery.international %>

<% } %> <% if(ob.vendor_offer.listing.policy.returns) { %>

<%= polyglot.t('ReturnsPolicy') %>

<%= ob.vendor_offer.listing.policy.returns %>

<% } %> <% if(ob.vendor_offer.listing.policy.terms_conditions) { %>

<%= polyglot.t('TermsAndConditions') %>

<%= ob.vendor_offer.listing.policy.terms_conditions %>

<% } %>
<% if(ob.displayShippingOrigin){ %>

<%= polyglot.t('ShipsFrom2', {country: ob.displayShippingOrigin}) %>

<% } %> <% if (ob.shippingRegionsDisplay.length == 1){ %>

<%= polyglot.t('ShipsTo2', {country: ob.shippingRegionsDisplay[0]}) %>

<% } else if (ob.shippingRegionsDisplay.length) { %>

<%= polyglot.t('ShipsTo') %>

<% _.each(ob.shippingRegionsDisplay, function(data, i) { %>
<%= data %>
<% }); %> <% } %>
<% } else { %>

<%= polyglot.t('NoDetailsSpecified') %>

<% } %>