{% load thumbnail %} {{ thing.name }} - LabHelper

{{ thing.name }}

{% if thing.picture %} {% thumbnail thing.picture "300x300" crop="center" as thumb %} {{ thing.name }} {% endthumbnail %} {% else %}
No image
{% endif %}
Type
{{ thing.thing_type.name }}
Location
Box {{ thing.box.id }} ({{ thing.box.box_type.name }})
{% if thing.description %}
Description
{{ thing.description }}
{% endif %}