{% extends "base.html" %} {% load static %} {% block content %}

Allocate Parts for Build

{{ build.title }}


{% for item in build.part.bom_items.all %} {% endfor %}
Part Source Quantity
{{ item.sub_part.name }}
Select...
{% endblock %}