{% extends 'account/main.html' %}
{% block content %}
{% include 'account/status.html' %}
| View Customer | Customer | Phone |
|---|---|---|
| View | {{customer.name}} | {{customer.phone}} |
| customer | Date Orderd | Status |
|---|---|---|
| {{order.customer}} | {{order.date_ordered}} | {{order.status}} |