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

{% trans "Stock allocation is complete" %}

{% else %}

{% trans "Stock allocation is incomplete" %}

    {% for part in unallocated_parts %}
  • {% include "hover_image.html" with image=part.image %} {{ part }}
  • {% endfor %}
{% endif %}
{% trans "The following items will be created" %}
{% include "hover_image.html" with image=build.part.image hover=True %} {% decimal output.quantity %} x {{ output.part.full_name }}
{% endblock %}