{% 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 %} {% webpush_header %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %} {% block undiv_content %} {% comment %} Opened from the app's AR mode (?src=ar): a sticky "Back to AR" bar so the user can return to scanning — 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 AR 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 AR mode aimed at this lot and walk the user to it. Visible to every user. {% endcomment %} {% if request.is_mobile_app and lot.auction %} Locate with AR {% 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 %} {% 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%}
{% 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 %} You'll get a notification when bidding starts on this lot {% if has_push_subscription %} {% endif %} {% if has_push_subscription %} {% endif %} {% endif %} 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 %}
{% 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 %}