{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}build-order{% endblock %} {% block heading %} {% trans "Build Order Settings" %} {% endblock %} {% block content %} {% include "InvenTree/settings/header.html" %} {% include "InvenTree/settings/setting.html" with key="BUILD_FUNCTION_ENABLE" icon="fa-check" %} {% include "InvenTree/settings/setting.html" with key="BUILDORDER_REFERENCE_PREFIX" %} {% include "InvenTree/settings/setting.html" with key="BUILDORDER_REFERENCE_REGEX" %}
{% endblock %}