{% extends "part/part_base.html" %} {% load static %} {% load i18n %} {% load inventree_extras %} {% block details %} {% include "part/tabs.html" with tab='bom' %}

{% trans "Upload Bill of Materials" %}

{% trans "Step 2 - Select Fields" %}


{% if missing_columns and missing_columns|length > 0 %} {% endif %}
{% csrf_token %} {% for col in bom_columns %} {% endfor %} {% for col in bom_columns %} {% endfor %} {% for row in bom_rows %} {% for item in row.data %} {% endfor %} {% endfor %}
{% trans "File Fields" %}
{{ col.name }}
{% trans "Match Fields" %} {% if col.duplicate %}

{% trans "Duplicate column selection" %}

{% endif %}
{{ forloop.counter }} {{ item.cell }}
{% endblock %}