{% extends "base.html" %} {% block content %}

Manage Boxes

{% if message %} {% endif %}
Create New Box
Statistics
Total Boxes

{{ stats.total }}

Open
{{ stats.open }}
Closed
{{ stats.closed }}
Delete Selected
Select boxes in table to delete
All Boxes ({{ boxes|length }})
{% if boxes %}
{% for box in boxes %} {% endfor %}
Box Number Status Location Action
{{ box.box_number }} {{ box.status|upper }} {{ box.location_code or '-' }}
{% else %} {% endif %}
Edit Box
Click edit button in table to modify a box
Print Label
Select a box to print
{% endblock %}