{% extends "modal_form.html" %} {% block pre_form_content %} {{ block.super }} Build: {{ build.title }} - {{ build.quantity }} x {{ build.part.full_name }}

Automatically allocate stock to this build?
{% if allocations %} {% for item in allocations %} {% endfor %}
Part Quantity Location
{{ item.stock_item.part.full_name }}
{{ item.stock_item.part.description }}
{{ item.quantity }} {{ item.stock_item.location }}
{% else %} No stock could be selected for automatic build allocation. {% endif %} {% endblock %}