{% extends "base.html" %} {% block title %}Lot map for {{ auction.title }}{% endblock %} {% block content %}
{% include 'auction_ribbon.html' %}

Lot map

A relative map of where unsold lots are, built from AR scans by app users. Lots drop off the moment they're marked sold. The layout is accurate; the absolute scale is a rough estimate (±30%), so treat distances as approximate.

Loading…
{% csrf_token %}
{% endblock %}