{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Preferences{% endblock %} {% load static %} {% block extra_js %} {% endblock %} {% block content %} {% include "preferences_ribbon.html" %}
{% comment %} Label printing is native (Bluetooth) in the mobile app; hide the web print-labels button there. {% endcomment %}{% if last_auction_used and not request.is_mobile_app %}Print labels for {{last_auction_used}}{% endif %}
  1. Print your labels on regular paper
  2. Cut them out with scissors
  3. Use packing tape to attach them to your lots (make sure your bags are dry!)

If you want to print on self-adhesive labels, search for small labels or large labels, and make sure to print using a laser printer (inkjet runs when it's wet).

Keep in mind that most peel and stick (Avery) labels don't have the same margin at the top and the bottom, so if the text isn't printing on the labels, there's a good chance you've got the paper turned around.


If you're printing lots of labels, or running club auctions, it likely makes sense to purchase a thermal printer.

{% if last_admin_auction %} Note: These are your personal label printing settings, they don't change anything for other users. Because you're an admin in {{ last_auction_used }}, you can print labels for other users, or change what gets printed on labels.
{% endif %} {% crispy form form.helper %} {% endblock %}