+
{getMarketplaceOfferTitle()}
+
{getMarketplaceOfferDescription()}
+
+ { type === OWN_OFFER && <>
+
{ LocalizeText('catalog.marketplace.offer.price_own_item', ['price'], [offerData.price.toString()])}
+
{ offerTime() }
+ >
+ }
+ { type === PUBLIC_OFFER && <>
+
{ LocalizeText('catalog.marketplace.offer.price_public_item', ['price', 'average'], [offerData.price.toString(), offerData.averagePrice.toString() ]) }
+
{ LocalizeText('catalog.marketplace.offer_count', ['count'], [offerData.offerCount.toString()]) }
+ >
+ }
+
+
+ { (type === OWN_OFFER && offerData.status !== MarketPlaceOfferState.SOLD) && }
+ { type === PUBLIC_OFFER && <>
+
+
+ >}
+
+