{% extends "modal_form.html" %} {% load i18n %} {% block pre_form_content %} {% if build.part.has_trackable_parts %}
{% trans "The Bill of Materials contains trackable parts" %}
{% trans "Build outputs must be generated individually." %}
{% trans "Multiple build outputs will be created based on the quantity specified." %}
{% endif %} {% if build.part.trackable %}
{% trans "Trackable parts can have serial numbers specified" %}
{% trans "Enter serial numbers to generate multiple single build outputs" %}
{% endif %} {% endblock %}