{% extends "base.html" %} {% block title %}{{ lot.lot_name }}{% if lot.ended %} (Ended){% endif %}{% endblock %} {% load static %} {% load webpush_notifications %} {% load currency_filters %} {% block extra_head %} {% comment %} webpush.js dereferences the subscribe button on load, so only load it when the button is actually rendered -- app users and the app's own WebView never get the button. {% endcomment %} {% if push_notifications_possible and can_subscribe_to_webpush %}{% webpush_header %}{% endif %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block undiv_content %} {% comment %} Opened from the app's lot scanning (?src=ar): a sticky "Back to scanning" bar so the user can return to it — and re-beacon this very lot — instead of relying on the WebView back button. App-only; the deep link is handled natively. {% endcomment %} {% if request.is_mobile_app and request.GET.src == 'ar' and lot.auction %} Back to scanning Lot {{ lot.lot_number_display }} {% endif %}
{% if request.user.is_authenticated %}
{% if is_auction_admin %} All lots {% endif %} {% comment %} In the app with the Bluetooth print method, print natively via a deep link; otherwise use the web label PDF. {% endcomment %} {% if is_auction_admin or lot.user.pk == request.user.pk %} {% if request.is_mobile_app and user_print_method == 'bluetooth' %} {% if lot.label_printed %}Reprint label{% else %}Print label{% endif %} {% else %} {% if lot.label_printed %}Reprint label{% else %}Print label{% endif %} {% endif %} {% endif %} {% comment %} App-only: open lot scanning aimed at this lot and walk the user to it. Visible to every user. {% endcomment %} {% if request.is_mobile_app and lot.auction %} Find this lot {% endif %} {% if request.user.is_superuser %} Admin {% endif %} {% if bids %} {% endif %}
{% endif %}

{{ lot.lot_name }}

{{ lot.species_category }}{% if lot.category_automatically_added and lot.can_be_edited and lot.user == request.user %}Category automatically set. Wrong? Fix it here
{% else %}, {% endif %}lot number {{lot.lot_number_display }}
{% if lot.i_bred_this_fish %}Bred by this user{% if show_bap_badge %}{% if bap_eligible_reason %}Breeder points: {{ bap_eligible_reason_display }}{% else %}Breeder points eligible{% endif %}{% endif %}{% if viewer_has_bap and lot.sold %}{% include "auctions/bap_lot_buttons.html" with default_points=bap_default_points %}{% endif %}{%endif%} {% if lot.pre_registered and lot.user == request.user %}Pre-registered{%endif%} {% if lot.image_count or lot.video_link %}
{% if lot.multimedia_count > 1 %}
{% if lot.video_link %} {% endif %} {% for image in lot.images %} {% endfor %}
{% endif %}
{% else %} {% if lot.auto_image %}

This image was automatically added from another lot with the same name and may not be representative of this lot
{% if lot.user == request.user %}
This image was added because you have automatically add images to my lots enabled
{% endif %} {% endif %} {% if lot.user == request.user and not lot.auto_image %}
You haven't added any images to this lot yet. Lots with images are more likely to sell
{% endif %} {% endif %} {% if show_image_add_button %} Add image
{% endif %} {% if images_managed_from_lot %}

Images are managed from {{ images_managed_from_lot.lot_name }}.

{% endif %}
{{ lot.summernote_description | safe }}
More information from {{lot.reference_link_domain}}

{% if lot.auction and lot.auction.use_quantity_field %} {% endif %} {% if lot.auction and lot.custom_checkbox_label %} {% endif %} {% if lot.auction and lot.auction.custom_field_1 != 'disable' and lot.auction.custom_field_1_name and lot.custom_field_1 %} {% endif %} {% if lot.auction and lot.auction.use_custom_dropdown_field != 'disable' and lot.auction.custom_dropdown_name and lot.custom_dropdown %} {% endif %} {% if not lot.auction %} {% if lot.other_text %} {% endif %} {% endif %} {% if lot.auction and lot.auction.multi_location and lot.location %} {% endif %} {% if not lot.sealed_bid %} {% comment %} Lot-scanning interactions are counted in the view total above; broken out here so it's clear how many people actually found this lot in person by scanning in the app. The seller sees this in the detailed breakdown instead, so don't repeat it. {% endcomment %} {% if not show_page_view_breakdown %} {% with ar_counts=lot.ar_interaction_counts %} {% if ar_counts.total %} {% endif %} {% endwith %} {% endif %} {% endif %}
Quantity:{{ lot.quantity }}
{{ lot.custom_checkbox_label }}
{{ lot.auction.custom_field_1_name }}:{{ lot.custom_field_1 }}
{{ lot.auction.custom_dropdown_name }}:{{ lot.custom_dropdown }}
Seller:{% if lot.donation %} A donation from {% endif %}{% if lot.user %}{{ lot.user }} (All lots from {{ lot.user }}){% if not lot.auction %} Lots sold: {{ lot.user.userdata.lots_sold }} +{{ lot.user.userdata.positive_feedback_as_seller }} -{{ lot.user.userdata.negative_feedback_as_seller }} {% endif %}{% else %}Bidder number {{lot.auctiontos_seller}}{% endif %}
{% if lot.sold or lot.ended %} Winner: {% else %} {% if lot.sealed_bid %} Sealed bid auction {% else %} {% if lot.high_bidder %} Current bid: {% else %} Minimum bid: {% endif %} {% endif %} {% endif %} {% if lot.sold %} {{ lot.currency_symbol }}{{lot.winning_price}} {% if lot.winner %} {% if lot.winner.userdata.username_visible %} {{ lot.winner }} {% else %} Anonymous {% endif %} {% else %} Bidder: {{ lot.auctiontos_winner }} {% endif %} {% else %} {% if lot.ended %} Not sold {% else %} {% if lot.sealed_bid %} You can't see how much others have bid {% else %} {% if lot.high_bidder %} {{ lot.currency_symbol }}{{ lot.high_bid }} {% if lot.high_bidder.pk == request.user.id %} - you're winning! {% else %} {% if lot.high_bidder.userdata.username_visible %}{{ lot.high_bidder }}{% else %}Anonymous{%endif%} {% endif %} {% if viewer_bid %} Your max bid is {{ lot.currency_symbol }}{{ viewer_bid }} {% if lot.bids_can_be_removed and lot.auction.allow_deleting_bids %} Remove your bid {% endif %} {% endif %} {% if is_auction_admin %}{{ lot.auction_show_high_bidder_template }}{% endif %} {% else %} {{ lot.currency_symbol }}{{ lot.reserve_price }} {% if lot.buy_now_price and not lot.bidding_error %}{% endif %} {% endif %} {% endif %} {% endif %} {% endif %}
Distance from you:{{ distance }} {% if lot.local_pickup %}Local pickup available{% endif %} {% if request.user.userdata.location in lot.shipping_locations.all %} Ships to {{ request.user.userdata.location }} {% endif %}
Payment: {% if lot.payment_other_method %}{{ lot.payment_other_method }}{% endif %} {% if lot.payment_paypal %}PayPal OK{% endif %} {% if lot.payment_cash %}Cash OK{% endif %}
Shipping notes:{{ lot.other_text }}
Ends:{{ lot.calculated_end_for_templates }}{% if lot.ended %}Ended{% endif %}
Location:{{ lot.location }} {% if user_tos_location and user_tos_location != lot.location_as_object %} Delivered to {{ user_tos_location }} at {{ user_tos_location.second_pickup_time|default:user_tos_location.pickup_time }}. {% endif %}
Views:{{ lot.page_views }} view{{ lot.page_views|pluralize }}{% if lot.number_of_watchers %}, {{lot.number_of_watchers}} watching{%endif%} {% comment %} The seller of a lot in an in-person auction gets the full per-source breakdown (collapsed by default), which includes the lot-scanning rows below. {% endcomment %} {% if show_page_view_breakdown %}
{% for row in lot.page_view_source_breakdown %} {% empty %} {% endfor %}
How they got hereViewsPeople
{{ row.label }} {{ row.views }} {{ row.unique }}
Nobody has looked at this lot yet.
The lot-scanning rows count each person once, no matter how many times they looked. Everything else is one row per visit.
{% endif %}
Lot scanning: {% if ar_counts.scanned %}{{ ar_counts.scanned }} scanned{% endif %} {% if ar_counts.zoomed %}{% if ar_counts.scanned %}, {% endif %}{{ ar_counts.zoomed }} zoomed in{% endif %} {% if ar_counts.zoomed_full %}{% if ar_counts.scanned or ar_counts.zoomed %}, {% endif %}{{ ar_counts.zoomed_full }} zoomed all the way in{% endif %}
{% if request.user.is_authenticated and lot.user.pk == request.user.id %} Copy to new lot {% endif %} {% if not lot.auction %} {% if request.user.is_authenticated %} {% if lot.user == request.user or request.user.is_superuser %} {% endif %} {% endif %} {% endif %} {% if show_exchange_info %}
Exchange info
Seller:
{% if is_auction_admin %}{{ lot.seller_name }} {% else %} {{ lot.seller_name }} {% endif %}({{ lot.seller_email | urlize }})
{{ lot.location }} Seller's invoice
Winner: {% if is_auction_admin %}{{ lot.winner_name }} {% else %} {{ lot.winner_name }} {% endif %} {% if lot.winner_email and is_auction_admin %}({{ lot.winner_email | urlize }}){% endif %}
{{ lot.winner_location }} {% if is_auction_admin %}Winner's invoice{% endif %}
{% endif %} {% if request.user.is_authenticated and lot.user.pk == request.user.id %} Edit lot Delete {% endif %} {% if lot.ended or lot.winner %}
Bidding has ended on this lot
{% elif lot.bidding_error %}
{{ lot.bidding_error }}
{% else %}
{{ lot.currency_symbol }}
{% if only_whole_dollar_bids %}.00{% endif %}
Enter a number
{% if not lot.auction %}Remember to check the seller's feedback before bidding. This site will not get involved in disputes.
{%endif%} {% endif %}
{% if request.user.is_authenticated %} Watching{% else %}> Watch{% endif %} {% if push_notifications_possible %} {% if watched and request.user.userdata.push_notifications_when_lots_sell %} {% if has_app_push %} You'll get a notification in the app on your phone when bidding starts on this lot {% else %} You'll get a notification when bidding starts on this lot {% endif %} {% if has_push_subscription %} {% endif %} {% if has_push_subscription %} {% endif %} {% endif %} {% if can_subscribe_to_webpush %} Enable push notifications on this device: {% webpush_button with_class="btn btn-primary btn-sm" %} to get a notification when bidding starts on this lot {% endif %} {% if has_app_push and not request.user.userdata.push_notifications_when_lots_sell %} {# App users have nothing to subscribe to in the browser -- they only need to turn the preference on. #} Sent to the app on your phone {% endif %} {% endif %}
{% endif %}
{% if request.user.is_authenticated %} {# chats only shown if you are logged in #}

Chat

{% if request.user.is_authenticated and lot.chat_allowed %}
{% if show_chat_subscriptions_checkbox %}
{% else %}You've turned off email notifications for replies in your preferences{% endif %} {% endif %}
{% endif %} {% if lot.minutes_to_end > 10 or not lot.minutes_to_end %} {% include "ad.html" %} {% endif %}
{% if lot.minutes_to_end > 10 %}
Other lots you might be interested in: Searching for recommended lots... {% endif %} {% if lot.auction %}
View all lots for {{ lot.auction }}
{% endif %}
{% if show_feedback_dialog %}
{% endif %} {% endblock %}