{% 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: {% else %} No parts have been allocated to this build. {% endif %}
The following items will be created: {% endblock %}