diff --git a/templates/base.html b/templates/base.html
index 44dc1b8..f9eb69f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,8 +1,8 @@
- {{ title }}
-
+ {{ title }}
+
@@ -11,12 +11,74 @@
-
{{ title }}
+ {{ title }}
{% block content %}{% endblock %}
diff --git a/templates/bootstrap_table.html b/templates/bootstrap_table.html
index 5c9b20c..3bd7339 100644
--- a/templates/bootstrap_table.html
+++ b/templates/bootstrap_table.html
@@ -1,17 +1,18 @@
{% extends "base.html" %}
{% block content %}
-Inventory
-
+
+
+
|
- ID |
- Name |
+ ID |
+ Name |
Color |
- Qty |
+ Qty |
{% for i in json_file['unit'] %}
- Missing ({{ loop.index }}) |
+ Missing ({{ loop.index }}) |
{% endfor %}
@@ -22,12 +23,12 @@
{% if brick.element_id == None %}
|
{% else %}
- |
+ |
{% endif %}
- {{ brick.part.part_num }} |
- {{ brick.part.name }} |
+ {{ brick.part.part_num }} |
+ {{ brick.part.name }} |
{{ brick.color.name }} |
- {{ brick.quantity }} |
+ {{ brick.quantity }} |
{% for i in json_file['unit'] %}
@@ -63,6 +64,7 @@
{% endfor %}
|
+
Spares
@@ -114,7 +116,68 @@
{% endfor %}
{% endif %}
+
{% endfor %}
+
+
+
+
×
+
+
+
{% endblock %}
+
+
+
+{% block scripts %}
+
+
+{% endblock %}
+