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

{% trans "Select a stock item to allocate to the selected build output" %}

{% if output %}

{% trans "The allocated stock will be installed into the following build output:" %}
{{ output }}

{% endif %}
{% if no_stock %} {% endif %} {% endblock %}