{# this file is no longer used #} {% extends 'print.html' %} {% block title %} Labels for {{ invoice.label }} {% endblock %} {% load static %} {% load qr_code %} {% block content %}
⚫ Print on standard 8.5x11 paper in portrait (normal) mode ⚫ Cut each label out with scissors ⚫ Make sure bag is dry ⚫ Attach to bag using packing tape ⚫ Do not run with scissors
{% for lot in lot_labels %}
{% qr_from_text lot.qr_code size="t" %}
{{ lot.lot_number_display }} - {{ lot.lot_name }}(QTY: {{lot.quantity}})
Seller:{{ lot.seller_name }}
{{ lot.seller_email }}
Winner: {{ lot.winner_name }}
{{ lot.winner_email }} {% if lot.auction.multi_location %}
{{ lot.winner_location }}{% endif %}
{% endfor %}
{% endblock %}