{% extends "modal_form.html" %}
{% block pre_form_content %}
Build: {{ build.title }} - {{ build.quantity }} x {{ build.part.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 %}
{{ item.quantity }} x {{ item.stock_item.part.name }} from {{ item.stock_item.location }}
{% endfor %}
{% else %}
No parts have been allocated to this build.
{% endif %}
The following items will be created: