{% load components %}

Order #{{ state.order_id }} - {{ state.customer_name }}

{% if state.success %}
Order updated successfully!
{% endif %}

Status: {{ state.status }}

Total: ${{ state.total }}

Notes:

{{ state.notes|default:"No notes yet" }}