{% extends "part/part_app_base.html" %} {% load inventree_extras %} {% load i18n %} {% load static %} {% block menubar %} {% endblock %} {% block content %}

{% trans "Import Parts from File" %} {{ wizard.form.media }}

{% if roles.part.change %}

{% blocktrans with step=wizard.steps.step1 count=wizard.steps.count %}Step {{step}} of {{count}}{% endblocktrans %} {% if description %}- {{ description }}{% endif %}

{% block form_alert %} {% endblock form_alert %}
{% csrf_token %} {% load crispy_forms_tags %} {% block form_buttons_top %} {% endblock form_buttons_top %} {{ wizard.management_form }} {% block form_content %} {% crispy wizard.form %} {% endblock form_content %}
{% block form_buttons_bottom %} {% if wizard.steps.prev %} {% endif %}
{% endblock form_buttons_bottom %} {% else %} {% endif %}
{% endblock %} {% block js_ready %} {{ block.super }} enableNavbar({ label: 'part', toggleId: '#part-menu-toggle', }); {% endblock %}