{% extends 'base/layout.html' %} {% block content %}
Total Items: {{ cart.items.count }}
Total: ${{ cart.total_price }}
Missing Information
Please add a shipping address and payment method to your profile before checking out.
{{ field.errors.0 }}