{% 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="Return to BOM" icon="fa-undo" %} {% 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 details %}