{% if auction.is_club_managed %} This auction's users are managed through {{ auction.club.name }}. Edits sync to the club member record.
{% if auction.manage_users_through_club == 'checkin' %} Add member {% else %} Add member {% endif %}
{% else %} This is a list of people in your auction. Click on a name to edit that user.
{% endif %} {% include "auctions/partials/htmx_table_filters.html" with filter_button_class="btn-primary mt-2 mb-2" %} {% if auction.use_check_in_mode and can_manage_check_in %} Door prizes {% endif %} {% if can_scan_club_barcodes %} {% if auction.use_check_in_mode %}Check in{% else %}Scan club cards{% endif %} {% endif %} {% if not auction.is_online %} Checkout{% endif %} {% if not auction.is_online %} Set lot winners{% endif %} {% if auction.show_invoice_ready_button %} Set open invoices to ready Set ready invoices to paid {% endif %}