Edit Order: {{ order.order_no }}

{{ order.customer_name }} {{ order.order_date_display or order.order_date }}

Editing Mode
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}

Order Information

Customer Information

Order Items

{% for item in items %}
Item #{{ loop.index }} {% if item.has_production %} Production Started {% endif %}
{% if item.has_production %} {% else %} {% endif %}
{% endfor %}