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

List of boxes {% if show_location | length != 0 %} in {{show_location}} {% endif %}

{% if box_list| length == 0 %}

No boxes assigned

There are no boxes assigned to this location or the location does not exist.

Use the Box list view to see a list of all boxes or the list of locations in the Control panel to veiw the available locations.

{% else %}
Box #  Location Name Last change Items Edit Label Delete {% for box_num, box_loc, box_name, box_date, box_last_changed in box_list %}
{{ box_num }}
{{ box_loc }}
{{ box_name | truncate(20)}}
{{ box_last_changed }}
{% if box_num in not_empty_box_num_list %} {% else %} {% endif %}
{% endfor %}
{% endif %}
{% with ITEM_IMAGE_DIR=ITEM_IMAGE_DIR %} {% include 'includes/sort.html' %} {% endwith %}
{% include 'includes/footer.html' %}