{% extends "base.html" %} {% load thumbnail %} {% block title %}Box {{ box.id }} - LabHelper{% endblock %} {% block page_header %}
| Picture | Name | Type | Description |
|---|---|---|---|
|
{% if thing.picture %}
{% thumbnail thing.picture "50x50" crop="center" as thumb %}
No image
{% endif %}
|
{{ thing.name }} | {{ thing.thing_type.name }} | {{ thing.description|default:"-" }} |