diff --git a/templates/delete.html b/templates/delete.html index 1e89bb4..d217d52 100644 --- a/templates/delete.html +++ b/templates/delete.html @@ -5,38 +5,82 @@ Delete Item {% include 'favicon.html' %} + + - + {% include 'header.html' %} -
-

Are you sure you want to delete the item?

- -
-
- - -
+
+
+

Confirm Deletion

+

+ Are you sure you want to delete this item? +

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

Item Details

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