{{ title|e }}
{%- if titleimg -%}
{{ titledesc|join(' ')|e }}
{%- endif %}Bill of Materials
Check all parts to get green BOM button in menu, then proceed to the assembly.
Don't worry, the status of your BOM remains even after refreshing the page!
{% for category in bom %}{{ category|e }}
{{ cnt|e }} x | {{ tree[id].name|e }} |
Things Overview
List of things and their descriptions
{% for thing in tree.itervalues() %}
{%- if thing.id != 1 %}
{% endfor %}
{{ thing.name|e }}
{%- if thing.desc %}
{%- endif %}
{% endif -%}
{{ thing.desc|join(' ')|e }}
{%- endif %} {%- if thing.image %}Assembly Instructions
{% for i in instr %}Assemble {{ tree[i[0]].name|e }}
{%- if tree[i[0]].using %}
{%- for id, cnt in tree[i[0]].using.iteritems() %}
{% endif %}
Things needed:
{{ cnt|e }} x | {{ tree[id].name|e }} |
Steps:
Generated by ThingDOC