{% if msg['order_status'] and msg['order_status'] != 'unknown' %}
{{ msg['order_status']|replace('_', ' ')|title }}
{% endif %}
{{ msg["created_at"] }}
{{ msg["body"] }}
{% if msg["attachment_name"] %}
{% endif %}
{% if msg['order_id'] and msg['order_status'] == "quote sent" and "Quotation" in msg["subject"] %}
Confirm Order
{% endif %}
{% if msg['id'] and msg['order_id'] %}
Discuss on WhatsApp
{% endif %}
{% if msg['order_id'] and msg['order_status'] == "order placed" %}
{% endif %}
{% if msg['order_id'] and msg['order_status'] == "order placed" %}