diff --git a/storage/templates/item.html b/storage/templates/item.html index af2aa51..31c4c82 100644 --- a/storage/templates/item.html +++ b/storage/templates/item.html @@ -14,6 +14,26 @@
+

Details

+ + {% if item.owner %} + + {% endif %} + + + {% if item.taken_by %} + + {% endif %} + + {% if item.taken_on %} + + {% endif %} + + {% if item.taken_until %} + + {% endif %} +
owner{{ item.owner }}
state{{ item.state }}
taken by{{ item.taken_by }}
taken on{{ item.taken_on }}
taken until{{ item.taken_until }}
+

Properties