{% load thumbnail %} Box {{ box.id }} - LabHelper ← Back to Home

Box {{ box.id }}

Type: {{ box.box_type.name }} ({{ box.box_type.width }} x {{ box.box_type.height }} x {{ box.box_type.length }} mm)

+ Add Things
{% if things %} {% for thing in things %} {% endfor %}
Picture Name Type Description
{% if thing.picture %} {% thumbnail thing.picture "200x200" crop="center" as thumb %} {{ thing.name }} {% endthumbnail %} {% else %}
No image
{% endif %}
{{ thing.name }} {{ thing.thing_type.name }} {{ thing.description|default:"-" }}
{% else %}
This box is empty.
{% endif %}