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

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

{% if output %}

{% blocktrans %}The allocated stock will be installed into the following build output:
{{output}}{% endblocktrans %}

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