{% extends "base.html" %} {% block title %}Checkout — KiwiCrib{% endblock %} {% block content %}
Your cart is empty. Return to cart.
{% else %}Product | Qty | Unit Price | Total |
---|---|---|---|
{{ item.product.name }} | {{ item.quantity }} | ${{ item.unit_price }} | ${{ item.total_price }} |
Cart Total | ${{ cart.total_price }} |