{% extends 'store/main.html' %} {% load static %} {% block content %}
Username: {{ user.username }}
Email: {{ user.email }}
Name: {{ customer.name }}
Phone Number: {{ customer.phone_number }}
Update ProfileOrder ID: {{ active_order.id }}
Status: {{ active_order.status }}
Total: ${{ active_order.get_cart_total }}
Proceed to Checkout {% else %}You have nothing in your cart.
{% endif %}Username: {{ user.username }}
Email: {{ user.email }}
Name: {{ customer.name }}
Phone Number: {{ customer.phone_number }}
Update Profile