{% extends "main.html" %} {%load static%} {% block content %}
| Order ID | Customer | Cart Total | Status | Actions | 
|---|---|---|---|---|
| 
                             {{order.order_id}}  | 
                        
                             {{order.customer.user.first_name}} {{order.customer.user.last_name}}  | 
                        
                             ${{order.get_cart_total}}  | 
                        
                             {{order.status}}  |