{% include 'includes/header.html' %}
Box {{box_num}} contents
{% if box_name != "" %} Name: {{box_name | truncate(25)}} {% endif %}
{% include "includes/includeitemlist.html" %} {% with ITEM_IMAGE_DIR=ITEM_IMAGE_DIR %} {% include 'includes/sort.html' %} {% endwith %} {% include 'includes/footer.html' %}