{% extends 'base.html' %} {% load static %} {% load custom_markdown custom_filters %} {% block title %}Order Support - #{{ order.id }}{% endblock %} {% block on_page_css %} {% endblock on_page_css %} {% block content %}

Order #{{ order.id }}

Placed on {{ order.created|date:"F j, Y" }}

{{ order.get_status_display }}
Customer Support Agent
Ask me anything about your order
Example questions: "Where is my order?", "Can I change the quantity?", "What's the delivery status?"
{% endblock %} {% block on_page_js %} {% endblock %}