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

{% trans "Select parent part to copy BOM from" %}

{% if part.has_bom %}
{% trans "Warning" %}
{% trans "This part already has a Bill of Materials" %}
{% endif %} {% endblock %}