{% 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 %}
{% 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.