{{tittle}}
Purchase Part
name
quantity
unit price
distributor
desctiption
{% for p in part_list %}
{{p.id.getName()}}
{{p.quantity}}
{{p.price_value}} {{p.price_unit}}
{{p.distributor}}
{{p.description}}
{% endfor %}
Prepair Part
Assembly Part
{% for a in assembly_list %}
{{a.name}} x{{a.quantity}}
{% for s in a.step_list %}
step {{s.seq_no}}
name
quantity
{% for c in s.component_list %}
{{c.id.getName()}}
{{c.quantity}}
{% endfor %}
{% for i in s.image_path_list %}
{% endfor %} {% endfor %}
{% endfor %}
powered by roborecipe