Your browser is not supported.
For a better experience, please try one of these browsers:
{{ WMService.auctionStartDate(auction) | moment:'D' }}
{{ WMService.auctionStartDate(auction) | moment:'MMM' }}
{{ WMService.biddingStartDate(auction) | moment:'D' }}
{{ WMService.biddingStartDate(auction) | moment:'MMM' }}
{{ WMService.auctionEndDate(auction) | moment:'D' }}
{{ WMService.auctionEndDate(auction) | moment:'MMM' }}
{{ AMDate.time(WMService.auctionStartDate(auction), false, ['ET', 'EST']) }}
{{ AMDate.time(WMService.biddingStartDate(auction), false, ['ET', 'EST']) }}
{{ AMDate.time(WMService.auctionEndDate(auction), false, ['ET', 'EST']) }}
{{ auction.auction_type == "timed" ? "Timed Auction" : "Live Auction" | translate }}
{{ 'Registration Pending' | translate }}
{{ 'Registration Declined' | translate }}
{{ 'Registered' | translate }}
{{auction.title}}
{{auction.location_name}}
{{ "No upcoming auctions." | translate }}
{{ "Sorry, there are no planned auctions at this time." | translate }}