{{tittle}}


Purchase Part

{% for p in part_list %} {% endfor %}
name quantity price seller desctiption
{{p.id.getName()}} {{p.quantity}} 155 yen http://afdg/dfgaf.html screw


Prepair Part



Assembly Part

{% for a in assembly_list %}

{{a.name}} x{{a.quantity}}

{% for s in a.step_list %}

step {{s.seq_no}}

{% for c in s.component_list %} {% endfor %}
name quantity
{{c.id.getName()}} {{c.quantity}}
{% for i in s.image_path_list %} {% endfor %} {% endfor %}
{% endfor %}

powered by roborecipe