diff --git a/static/save.svg b/static/save.svg new file mode 100644 index 0000000..46c7299 --- /dev/null +++ b/static/save.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 392c1dc..44dc1b8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,58 +2,67 @@
img | -element_id | -part_num | -name | -color.id | -color | -qty | ++ | ID | +Name | +Color | +Qty | {% for i in json_file['unit'] %}Missing ({{ loop.index }}) | {% endfor %} @@ -26,15 +24,14 @@ {% else %}{% endif %} - | {{ brick.element_id }} | {{ brick.part.part_num }} | {{ brick.part.name }} | -{{ brick.color.id }} | {{ brick.color.name }} | {{ brick.quantity }} | {% for i in json_file['unit'] %} -+ |
+
{% set ns = namespace(count='') %}
+
|
{% endfor %}
---|