{% extends "modal_form.html" %} {% block pre_form_content %} Build: {{ build.title }} - {{ build.quantity }} x {{ build.part.full_name }}
Are you sure you want to mark this build as complete?
{% if taking %} The following items will be removed from stock: {% for item in taking %} {% endfor %}
Part Quantity Location
{{ item.stock_item.part.full_name }}
{{ item.stock_item.part.description }}
{{ item.quantity }} {{ item.stock_item.location }}
{% else %} No parts have been allocated to this build. {% endif %}
The following items will be created:
{{ build.quantity }} x {{ build.part.full_name }}
{% endblock %}