<% if(address.country == ob.vendor_offer.listing.shipping.shipping_origin){ %>
<% if(ob.vendor_offer.listing.shipping.free){ %>
<%= polyglot.t('FreeShipping') %>
<% } else { %>
<%= ob.displayDomesticShipping %>
<% if(ob.userCurrencyCode != 'BTC'){ %>
(<%= ob.formatBitcoin(ob.domesticShippingBTC, 4) %>)
<% } %>
<% } %>
<% } else { %>
<% if(ob.vendor_offer.listing.shipping.free){ %>
<%= polyglot.t('FreeShipping') %>
<% } else { %>
<%= ob.displayInternationalShipping %>
<% if(ob.userCurrencyCode != 'BTC'){ %>
(<%= ob.formatBitcoin(ob.internationalShippingBTC, 4) %>)
<% } %>
<% } %>
<% } %>