{% extends 'base.html' %} {% load static i18n %} {% block content %}
{{ user.email }}
{% if customer.phone %}{{ customer.phone }}
{% endif %} {% if customer.address %}{{ customer.address }}
{% endif %} Edit ProfileOrders: {{ recent_orders|length }}
Shipping Addresses: {{ shipping_addresses|length }}
| Order ID | Date | Total | Status |
|---|---|---|---|
| #{{ order.id }} | {{ order.created_at|date:"d M Y" }} | ${{ order.total|floatformat:2 }} | {{ order.status }} |
No orders yet.
{% endif %}{{ addr.full_address }}
{{ addr.city }}, {{ addr.state }}No shipping addresses saved yet.
{% endfor %}