<% ob.purchasesPageLink = '' + polyglot.t('buyFlow.purchasesPage') + '' %> <%= polyglot.t('buyFlow.summaryMsg1', { recipient: ob.recipient }) %>. <%= polyglot.t('buyFlow.summaryMsg2', { time: ob.vendor_offer.listing.item.process_time }) %>. <% print(polyglot.t('buyFlow.summaryMsg3', { purchasesPageLink: ob.purchasesPageLink })) %>.
style="background-image: url(<%= ob.serverUrl %>get_image?hash=<%= ob.vendor_offer.listing.item.image_hashes[0] %><%= ob.imageExtension %>), url(imgs/defaultItem.png);"> <% } else { %> style="background-image: url(imgs/defaultItem.png);"> <% } %>
<%= ob.vendor_offer.listing.item.title %>
<%= polyglot.t('transactions.Vendor2') %> <% if(ob.page.profile.handle){ %><%= ob.page.profile.handle %><% } else { %><%= ob.page.profile.guid %><% } %>
<% if(ob.vendor_offer.listing.metadata.max_quantity && ob.vendor_offer.listing.metadata.max_quantity < 999999) { %>
<%= polyglot.t('MaxQuantityDisplayShort', {quantity: ob.vendor_offer.listing.metadata.max_quantity}) %>
<% } %>
<% if(ob.userCurrencyCode != 'BTC'){ %> (<%= ob.displayPrice %>) <% } %>
<% if( ob.vendor_offer.listing.metadata.category === "physical good" ) { %>
<%= polyglot.t('ShipTo') %>
<% if(ob.selectedAddress) { %>
<%= ob.selectedAddress.name %>
<%= ob.selectedAddress.street %>
<%= ob.selectedAddress.city %><% if(ob.selectedAddress.state || ob.selectedAddress.postal_code && ob.selectedAddress.city){ %>,<% } %> <%= ob.selectedAddress.state %> <%= ob.selectedAddress.postal_code %>
<%= ob.selectedAddress.alternate_contact %>
<%= ob.selectedAddress.displayCountry %>
<% } %>
<% if(ob.vendor_offer.listing.shipping.free){ %> <%= polyglot.t('Free') %> <% } else { %> <% if(ob.shippingType === "domestic") { %> <%= ob.formatBitcoin(ob.domesticShippingBTC) %> <% }else{ %> <%= ob.formatBitcoin(ob.internationalShipping) %> <% } %> <% if(ob.userCurrencyCode != 'BTC'){ %> (<%= ob.currentShippingDisplayPrice %>) <% } %> <% } %>
<% } %>
<% if(ob.selectedModerator){ %>
style="background-image: url(<%= ob.serverUrl %>get_image?hash=<%= ob.selectedModerator.avatar %>&guid=<%= ob.selectedModerator.guid %>), url(imgs/defaultUser.png);"> <% } else { %> style="background-image: url(imgs/defaultUser.png);"> <% } %>
<%= polyglot.t('Moderator2') %> <% if(ob.selectedModerator.blockchain_id){ %> <%= ob.selectedModerator.blockchain_id %> <% } else { %> <%= ob.selectedModerator.guid %> <% } %>
(<%= polyglot.t('buyFlow.moderatorPaymentDisclaimer') %>)
<% } else { %>
style="background-image: url(<%= ob.serverUrl %>get_image?hash=<%= ob.avatar_hash %>&guid=<%= ob.vendor_offer.listing.id.pubkeys.guid %>), url(imgs/defaultUser.png);"> <% } else { %> style="background-image: url(imgs/defaultUser.png);"> <% } %>
<%= polyglot.t('buyFlow.DirectPayment') %> <%= ob.handle %>
(<%= polyglot.t('buyFlow.directPaymentDisclaimer') %>)
<% } %>
<% if(ob.selectedModerator){ %> <%= ob.selectedModerator.fee %> <% } else { %> <%= polyglot.t('Free') %> <% } %>