{% extends "order/purchase_order_detail.html" %} {% load inventree_extras %} {% load i18n %} {% load static %} {% block sidebar %} {% url "po-detail" order.id as url %} {% include "sidebar_item.html" with url=url text="Return to Orders" 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 %}
{% block form_alert %} {% endblock form_alert %} {% endblock form_buttons_bottom %} {% else %}