This is a list of items for sale in your auction. Click a lot name to edit it. {% if auction.is_online %}You probably don't need to use this page; users will add their own lots to this auction{% else %}To add new lots, go to the users page and click add lots under the appropriate user.{% endif %}
{% if auction.use_seller_dash_lot_numbering and not auction.admin_checklist_lots_added %}
Change your lot numbering: This auction uses seller-dash-lot numbering. Go to the rules and uncheck Use seller dash lot numbering to switch to a simpler lot numbering system that users find less confusing. Read more and leave feedback here.
{% endif %}
{% if not auction.is_online %} Set winners{% endif %} Export lot CSV See user view {% if auction.online_bidding != "disable" and not auction.is_online %} Sell lots to online high bidder {% endif %}
Import lots from CSV
Upload a CSV file with columns: Name, Email, Lot Number, Lot Name, Description, Quantity, Reserve Price, Buy Now Price, Category, Breeder Points, Donation{% if auction.use_custom_checkbox_field and auction.custom_checkbox_name %}, {{ auction.custom_checkbox_name }}{% endif %}{% if auction.custom_field_1 != "disable" and auction.custom_field_1_name %}, {{ auction.custom_field_1_name }}{% endif %}{% if custom_dropdown_enabled %}, {{ auction.custom_dropdown_name }}{% endif %}
If lot number is provided, the existing lot will be updated. Otherwise, a new lot will be created for the user (matched by email or name).
{% csrf_token %}