{% 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 %}
Images are managed from {{ images_managed_from_lot.lot_name }}.
{% 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%} |
| 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 %} |