{% load thumbnail %}
| Picture | Name | Type | Description |
|---|---|---|---|
|
{% if thing.picture %}
{% thumbnail thing.picture "200x200" crop="center" as thumb %}
No image
{% endif %}
|
{{ thing.name }} | {{ thing.thing_type.name }} | {{ thing.description|default:"-" }} |