{% extends "modal_form.html" %} {% load inventree_extras %} {% load i18n %} {% block form %} {% 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 %} {{ wizard.management_form }} {% block form_content %} {% crispy wizard.form %} {% endblock form_content %}
{% else %} {% endif %} {% endblock form %}