{% load i18n %} {% load inventree_extras %}

{% trans "Allocate Stock to Build" %}


{% trans "Part" %}

{% trans "Available" %}

{% trans "Required" %}

{% trans "Allocated" %}

{% for bom_item in bom_items.all %} {% include "build/allocation_item.html" with item=bom_item build=build collapse_id=bom_item.id %} {% endfor %}