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.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/inventar/templates/item.html b/inventar/templates/item.html
index d5c645b..8fa7a24 100644
--- a/inventar/templates/item.html
+++ b/inventar/templates/item.html
@@ -119,6 +119,13 @@
</td>
</tr>
+ {% if supplier %}
+ <tr class="{% cycle rowcolor %}">
+ <th><img src="/static/truck.svg" width="32" height="32" title="{% trans "Supplier" %}" alt="{% trans "Supplier" %}" /></th>
+ <td>{{ supplier }}</td>
+ </tr>
+ {% endif %}
+
{% if owner %}
<tr class="{% cycle rowcolor %}">
<th><img src="/static/owner.svg" width="32" height="32" title="{% trans "Owner" %}" alt="{% trans "Owner" %}" /></th>