Auction View Page
- Name:
auctionViewPageTemplate - Url:
#/auctions/{AUCTION_UUID} - Description: Entire Auction view page Template
Preview

Default Template
<breadcrumbs />
<auction-info/>
<bidding-telephone-bid />
<auction-pause-message />
<auction-sessions />
<lot-list-and-filters>
<lot-list-filters/>
<div class="ta-lot-section">
<div class="ta-lot-list-header-top">
<lot-keyword-search/>
<jump-to-lot/>
</div>
<div class="ta-lot-list-header">
<lot-list-per-page-select/>
<div class="ta-lot-search-wrapper">
<sorting-dropdown/>
<lot-list-switch-view/>
<lot-list-filter-mobile-button/>
</div>
</div>
<lot-list-items/>
</div>
</lot-list-and-filters>
Available Components
<Breadcrumbs />
Displays navigation breadcrumbs showing the path back to the auction list. Controlled by showBreadcrumbs.
<AuctionInfo />
Renders the auction details section using auctionDetailsTemplate. This component has its own configurable template.
<BiddingTelephoneBid />
Displays a telephone bidding registration option for live auctions. Only rendered when enableTelephoneBidding is true and the auction type is Live.
<AuctionPauseMessage />
Displays a pause message banner if the auction is currently paused. Uses the translatable pause_message field from the auction object.
<AuctionSessions />
Displays session/session date information for auctions that have multiple sessions configured in Artisio AMS.
<LotListAndFilters />
A layout wrapper that provides the responsive sidebar-plus-content structure with the filters sidebar and lot section.
<LotListFilters />
Renders the lot filters sidebar using lotFiltersTemplate. Controlled by enableFilters.
<LotKeywordSearch />
Displays a text input for filtering lots by keyword within this auction.
<JumpToLot />
Displays an input field to jump directly to a specific lot by lot number. Controlled by jumpToLot.
<LotListPerPageSelect />
Displays a per-page dropdown. Controlled by perPageSelect and perPageOptions.
<SortingDropdown />
Displays the lot sorting dropdown. Controlled by enableSorting.
<LotListSwitchView />
Displays a toggle button to switch between grid and list view for the lot listing.
<LotListFilterMobileButton />
Displays a button to open the filter panel on mobile devices.
<LotListItems />
Renders the list of lots for this auction. Each item uses lotListItemTemplate.
Properties
auction
- Type:
object
The auction object for this page. See auctionDetailsTemplate — auction property for the full object structure.
mainConfig
See documentation here
is_authorized
See documentation here