{% extends "order/order_base.html" %} {% load inventree_extras %} {% load i18n %} {% load static %} {% block heading %} {% trans "Upload File for Purchase Order" %} {{ wizard.form.media }} {% endblock %} {% block details %} {% if order.status == PurchaseOrderStatus.PENDING and roles.purchase_order.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 %} {% endblock form_buttons_bottom %} {% else %}