Time Left: ${ auctionLotEndIn(current_lot.ended_at, false, server_time) } Lot Ended

${ hide_results ? (current_lot.status === 'sold' ? 'Winning ' : (bid_type_string(current_lot) + ' ')) : (bid_type_string(current_lot) + ' ') } Bid: ${ current_lot.current_bid ? _applyMoneyFormat(current_lot.current_bid.amount / 100, currency.name) : _applyMoneyFormat(current_lot.starting / 100, currency.name) } REDACTED

Time the money by quantity Qty: ${ current_lot.quantity }

Actions

Online Only
No Reserve
${ current_lot.watchings ? current_lot.watchings : 0 } Watching
${ current_lot.views } Views

Lot Location: ${ initVars.asset_locations[current_lot.auction_asset_location_id] }

${ this.hide_expired_lots ? 'Show Expired Lots' : 'Hide Expired Lots' }
Total Won Bids: ${ _applyMoneyFormat(user.won_total / 100, currency.name) }