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

Upload Bill of Materials

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 %}
Row
{{ col.name }}
{% if col.duplicate %}

Duplicate column selection

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