{% include 'includes/header.html' %}

Added box number: {{box_num}}

Box location: {% if box_loc =="Unspecified" %} Unspecified {% else %} {{box_loc}} {% endif %}

Box name: {% if box_name =="" %} Unnamed {% else %} {{box_name}} {% endif %}

Print box label


This box is now ready to use in IMPS.
{% include 'includes/footer.html' %}