summaryrefslogtreecommitdiffstats
path: root/inventar/templates/item.html
diff options
context:
space:
mode:
Diffstat (limited to 'inventar/templates/item.html')
-rw-r--r--inventar/templates/item.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/inventar/templates/item.html b/inventar/templates/item.html
index d144a18..d5c645b 100644
--- a/inventar/templates/item.html
+++ b/inventar/templates/item.html
@@ -24,6 +24,11 @@
<td><pre>{{ description }}</pre></td>
</tr>
+ <tr class="{% cycle rowcolor %}">
+ <th><img src="/static/note.svg" width="32" height="32" title="{% trans "Note" %}" alt="{% trans "Note" %}" /></th>
+ <td><pre>{{ note }}</pre></td>
+ </tr>
+
{% if image %}
<tr class="{% cycle rowcolor %}">
<th><img src="/static/image.svg" width="32" height="32" title="{% trans "Image" %}" alt="{% trans "Image" %}" /></th>