{% extends "modal_form.html" %} {% load i18n %} {% block pre_form_content %}

{% trans "Build" %} - {{ build }}

{% if build.isFullyAllocated %}

{% trans "Build order allocation is complete" %}

{% else %}

{% trans "Warning: Build order allocation is not complete" %}

{% trans "Build Order has not been fully allocated. Ensure that all Stock Items have been allocated to the Build" %}
{% endif %}

{% trans "The following actions will be performed:" %}

{% trans "The following items will be created" %}
{% include "hover_image.html" with image=build.part.image hover=True %} {{ build.quantity }} x {{ build.part.full_name }}
{% endblock %}