{% extends 'base.html' %} {% load static %} {% block extra_head %} {% endblock %} {% block content %} {% if user.profile.image %} {% else %} {{ user.username|slice:":1"|upper }} {% endif %} {{ user.username }} {{ user.email|default:'No email added yet' }} {% if user.profile.is_seller %} Seller Account: Active {% endif %} {{ orders_count }}Total Orders {{ delivered_count }}Delivered {{ pending_count }}In Progress {{ wishlist_count }}Wishlist Rs. {{ total_spent|floatformat:2 }}Total Spent {{ user.date_joined|date:'Y' }}Member Since Recent Orders {% if recent_orders %} {% for order in recent_orders %} #{{ order.id }} {{ order.created_at|date:'M d, Y' }} {{ order.status }} Rs. {{ order.total_price|floatformat:2 }} {% endfor %} {% else %} No orders yet. {% endif %} Open Wishlist View Orders Edit Profile Logout {% endblock %}
{{ user.email|default:'No email added yet' }}
Seller Account: Active
Total Orders
Delivered
In Progress
Wishlist
Total Spent
Member Since
No orders yet.