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 @@
-| - | ID | -Name | + +Color | -Qty | +Qty | {% for i in json_file['unit'] %} -Missing ({{ loop.index }}) | +Missing ({{ loop.index }}) | {% endfor %}![]() |
{% 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 %} |
|---|