{{ ::auction.auction_type === "timed" ? "Timed Auction" : "Live Auction" | translate }}
{{ ::"Started:" | translate }}
{{ ::"Starts:" | translate }}
{{ ::AMDate.date(AMDate.getMoment(auction.time_start, auction.timezone)) }} at {{ ::AMDate.time(AMDate.getMoment(auction.time_start, auction.timezone), false, false) }}
{{ ::"Pre bidding starts:" | translate }}
{{ ::AMDate.date(AMDate.getMoment(auction.time_start, auction.timezone)) }} {{ "at" | translate }} {{ ::AMDate.time(AMDate.getMoment(auction.time_start, auction.timezone), false, false) }}
{{ "Live Bidding began" | translate }}:
{{ "Live auction starts:" | translate }}
{{ "Live bidding begins:" | translate }}
{{ ::AMDate.date(AMDate.getMoment(auction.time_start_live_auction, auction.timezone)) }} {{ "at" | translate }} {{ ::AMDate.time(AMDate.getMoment(auction.time_start_live_auction, auction.timezone), false, false) }}
{{days!=0?(days+'d '):''}}{{(days != 0 || hours != 0)?(hours+'h '):''}}{{minutes}}m {{seconds}}s {{ "left" | translate }}
{{ ::"Starts:" | translate }}
{{ ::AMDate.date(AMDate.getMoment(auction.time_start, auction.timezone)) }} at {{ ::AMDate.time(AMDate.getMoment(auction.time_start, auction.timezone), false, false) }}
{{ ::"Closed:" | translate }}
{{ ::"Closing:" | translate }}
{{ ::AMDate.date(AMDate.getMoment(WMService.auctionEndDate(auction), auction.timezone)) }} at {{ ::AMDate.time(AMDate.getMoment(WMService.auctionEndDate(auction), auction.timezone), false, false) }}
{{days!=0?(days+'d '):''}}{{(days != 0 || hours != 0)?(hours+'h '):''}}{{minutes}}m {{seconds}}s {{ "left" | translate }}
{{ ::"Registered as Paddle" | translate }} {{WMService.auctionRegistration(auction).paddle}}
{{ ::"Registration pending" | translate }}
{{ ::"Registration declined" | translate }}