{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block title %}Set winners for {{ auction }}{% endblock %} {% block extra_js %} {% endblock %} {% block content %} {% include 'auction_ribbon.html' %}

{% if auction.is_online %}

This is intended for use with in-person auctions. You probably don't need it for this auction.

{% endif %} Use this page to quickly set the winners of lots. Choose between the autocomplete form that lets you search for people's names, the presentation form that shows images, or the standard form that uses bidder numbers only, perfect for large auctions.
Tip: press tab to move to the next field

{% crispy form form.helper %} {% endblock %}