diff --git a/templates/viewList.html b/templates/viewList.html index 26da1e6..4b774d4 100644 --- a/templates/viewList.html +++ b/templates/viewList.html @@ -6,41 +6,63 @@ View Inventory {% include 'favicon.html' %} + - + {% include 'header.html' %} -
-

Item Inventory

- - - - {% for attrib in item_attributes %} - - {% endfor %} - - - - {% for item in items %} - - {% for attrib in item_attributes %} - - {% endfor %} - - - - {% endfor %} -
{{ attrib.display_name }}Actions
{{ item[attrib.attrib_name] }} -
- -
-
-
- -
-
+
+
+

Item Inventory

+
+ +
+ + + + {% for attrib in item_attributes %} + + {% endfor %} + + + + + {% for item in items %} + + {% for attrib in item_attributes %} + + {% endfor %} + + + {% endfor %} + +
{{ attrib.display_name }}Actions
{{ item[attrib.attrib_name] }} +
+ + Edit + +
+ +
+
+
+
- + \ No newline at end of file