{% extends "part/part_base.html" %} {% load inventree_extras %} {% load i18n %} {% load static %} {% block sidebar %} {% url "part-detail" part.id as url %} {% include "sidebar_link.html" with url=url text='{% trans "Return to BOM" %}' icon="fa-undo" %} {% endblock %} {% block heading %} {% trans "Upload Bill of Materials" %} {% endblock %} {% block actions %} {% endblock %} {% block page_info %}
{% blocktrans with step=wizard.steps.step1 count=wizard.steps.count %}Step {{step}} of {{count}}{% endblocktrans %} {% if description %}- {{ description }}{% endif %}
{% endblock form_buttons_bottom %}