{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Print label setup for {{ auction }}{% endblock %} {% load static %} {% block content %} {% include 'auction_ribbon.html' %}
Customize the fields that are printed on labels. These fields will appear on labels that you print, as well as labels that your users print for themselves.
You can change what size labels you print on under printing preferences; your users may print their own labels in different sizes depending on their setup
{% crispy form %}
{% endblock %}
{% block extra_js %}
{% endblock %}