{% extends "part/part_base.html" %} {% load static %} {% load i18n %} {% load inventree_extras %} {% block heading %} {% trans "Upload BOM File" %} {% endblock %} {% block page_content %}
{% blocktrans with step=wizard.steps.step1 count=wizard.steps.count %}Step {{step}} of {{count}}{% endblocktrans %} {% if description %}- {{ description }}{% endif %}
{% endblock form_buttons_bottom %} {% endblock %}