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