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

Delete Box {{ box_to_del }}?


You are about to permanently delete box {{box_to_del}}.

This box is {% if box_state=="not_empty" %} NOT EMPTY. If you continue, all items in this box will have their assigned box set to None. This means that they will not have a box number.

Note: You can find these items using IMPS and assign them to a new box after you have deleted the box they are assigned to.

{% else %} empty.

{% endif %} Deleting a box cannot be undone!

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