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

- +
+
+
- - + + - + {% for i in json_file['unit'] %} - + {% endfor %} @@ -22,12 +23,12 @@ {% if brick.element_id == None %} {% else %} - + {% endif %} - - + + - + {% for i in json_file['unit'] %}
IDNameIDName ColorQtyQtyMissing ({{ loop.index }})Missing ({{ loop.index }})
{{ brick.part.part_num }}{{ brick.part.name }}{{ brick.part.part_num }}{{ brick.part.name }} {{ brick.color.name }}{{ brick.quantity }}{{ brick.quantity }} @@ -63,6 +64,7 @@ {% endfor %}
+

Spares

@@ -114,7 +116,68 @@ {% endfor %} {% endif %} + {% endfor %}
+ + + + {% endblock %} + + + +{% block scripts %} + + +{% endblock %} +