{% extends 'store/Main.html' %} {% load static %} {% block content %}
Items: {{order.get_cart_items}} |
Total: ${{order.get_cart_total|floatformat:2}} |
Checkout |
|---|
{{item.product.name}}
${{item.product.price|floatformat:2}}
{{item.quantity}}
${{item.get_total|floatformat:2}}