{% extends "base.html" %} {% load static %} {% block title %}{% if auction.use_check_in_mode %}Quick check in users{% else %}Scan club members{% endif %} for {{ auction }}{% endblock %} {% block content %} {% include "auction_ribbon.html" %}

{% if auction.use_check_in_mode %}Quick check in users{% else %}Scan club members into this auction{% endif %}

{% comment %} Barcode/label printing is handled natively over Bluetooth in the mobile app, so hide the web print-barcodes link there. {% endcomment %}

Scan membership cards to check users in, with the camera below or a USB barcode scanner.{% if auction.club and not request.is_mobile_app %} You can print barcodes to scan here.{% endif %}

Camera is off.
{% endblock %} {% block extra_js %} {% comment %} Included directly (not only via the ribbon) because club permission_add_edit users can use this page without seeing the ribbon's admin block. {% endcomment %} {% include "auctions/barcode_scanner.html" %} {% endblock %}