{% extends 'base.html' %}
{% load static %}
{% block extra_head %}
{% endblock %}
{% block content %}
Order center Track purchases, filter by status, and jump directly into payment or delivery details.My Orders
{{ order.created_at|date:"M d, Y" }} | {{ order.status }}
Try resetting the order or payment status filters to see the full list again.
Reset Filters {% else %}Start shopping and your orders will appear here.
Browse Products {% endif %}