{# this is the tabs that are shown on many auction pages #}

{% if auction.club and auction.club.icon %} {% endif %} {{auction}}

{% if auction.club %}An official {{ auction.club }} auction{% else %}An {{auction.auction_type_as_str}}, created by {{ auction.created_by }}{% if request.user.is_authenticated and auction.created_by.userdata.email_visible %}: {{ auction.created_by.email|urlize }}{% endif %}{% endif %} {% if view.is_auction_admin or is_auction_admin %} {% if request.user.is_superuser and not auction.created_by.userdata.is_trusted %}
Trust this user {% endif %} {% if can_make_club_admin %}
Make {{ auction.created_by.username }} admin of {{ creator_club }} {% endif %} {% if not auction.admin_checklist_completed and not auction.admin_checklist_mostly_completed or not auction.admin_checklist_completed and not request.user.userdata.is_experienced %}
Finish setting up
{% if enable_help %}
Having trouble? Click here to get help
{% endif %} This message will disappear once you've finished setting up your auction.
{% else %} {% if not auction.promote_this_auction and not auction.dismissed_promo_banner %}
This auction is not promoted
{% if not auction.created_by.userdata.is_trusted %} {{ auction.untrusted_message|safe }} {% else %} It will appear in the list of auctions for you, for any users you manually add (based on email address), and for any users that have joined, but it won't be visible to anyone else unless you share the URL with them. Promoted auctions are also included in a weekly promotional email sent every Wednesday to nearby users. {% endif %}
{% if auction.created_by.userdata.is_trusted %} Edit the rules and check promote this auction {% else %} Contact us and request access {% endif %} Don't show again for this auction
{% endif %} {% if request.user.pk == auction.created_by.pk and auction.show_paypal_banner and auction.pk == request.user.userdata.last_auction_created.pk %}
Enable payments with your PayPal account
It's "free": we don't charge anything, but normal PayPal fees apply. Learn more about accepting payments with PayPal.
Connect PayPal account and enable payments Not this auction Never show this again
{% endif %} {% if request.user.pk == auction.created_by.pk and auction.show_square_banner and auction.pk == request.user.userdata.last_auction_created.pk %}
Enable payments with your Square account
It's "free": we don't charge anything, but normal Square fees apply. Learn more about accepting payments with Square.
Connect Square account and enable payments Not this auction Never show this again
{% endif %} {% endif %} {% comment %} Every auction admin page listens for USB HID barcode scanner input (club auctions only). {% endcomment %} {% include 'auctions/barcode_scanner.html' %} {% endif %}