diff --git a/templates/bootstrap_table.html b/templates/bootstrap_table.html index 9fd1e41..e421c28 100644 --- a/templates/bootstrap_table.html +++ b/templates/bootstrap_table.html @@ -70,6 +70,76 @@ +
+ | ID | +Name | +Total Qty | +|
---|---|---|---|---|
+ | {{ part.part_num }} | +{{ part.name }} | +{{ part.quantity * fig.quantity }} | + {% for i in json_file['unit'] %} + +
+
+ {% set ns = namespace(count='') %}
+
+
+
+ |
+ {% endfor %}
+