{% extends "part/part_app_base.html" %} {% load inventree_extras %} {% load i18n %} {% load static %} {% block sidebar %} {% url 'part-index' as url %} {% trans "Return to Parts" as text %} {% include "sidebar_link.html" with url=url text=text icon="fa-undo" %} {% endblock sidebar %} {% block content %} {% trans "Import Parts from File" as header_text %} {% trans "Insufficient privileges." as error_text %}
{% blocktrans with step=wizard.steps.step1 count=wizard.steps.count %}Step {{step}} of {{count}}{% endblocktrans %} {% if description %}- {{ description }}{% endif %}
{% block form_alert %}