My Messages

{% with messages_flash = get_flashed_messages(with_categories=true) %} {% if messages_flash %} {% for category, message in messages_flash %} {% endfor %} {% endif %} {% endwith %} {% if messages %} {% for msg in messages %}
{{ msg["subject"] }}
{{ msg["order_name"] }} ({{ msg["order_quantity"] }})
{% if msg['order_status'] and msg['order_status'] != 'unknown' %} {{ msg['order_status']|replace('_', ' ')|title }} {% endif %}
{{ msg["created_at"] }}
{{ msg["body"] }}
{% if msg["attachment_name"] %}
Quotation attachment
{% 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" %} {% endif %} {% endfor %} {% else %}

No messages yet.

Your order updates and quotations will appear here.

{% endif %}
×