{% extends "base.html" %} {% block title %}Shopping Cart - Golden Uniforms{% endblock %} {% block content %}
{{ cart_items|length }} item{{ 's' if cart_items|length != 1 else '' }} in your cart
{{ item.product.category_ref.name }}
{{ item.variant.color }}
KES {{ "%.2f"|format(item.product.price) }}
Add some products to get started!