{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Print labels for {{ auction }}{% endblock %} {% load static %} {% block content %} {% include 'auction_ribbon.html' %}

This page will allow you to print labels for your auction.
Some tips:

You've printed {{ printed_labels_count }} out of {{ all_labels_count }} labels in your auction.


{% crispy form %} {% endblock %} {% block extra_js %} {% endblock %}