{% extends "main/layout.html" %} {% block content %}

Your Cart

{% if cart_items %}
{% for cart in cart_items %} {% endfor %}
Name Description Specification Price Total Pieces
{{ cart.item.title }} {{ cart.item.labels }} {{ cart.item.description }} {{ cart.item.instructions }} {{ cart.item.price }} {{ cart.item.pieces }} pieces Delete
{% else %}

Sorry, Your Cart is Empty....Please add Items!!!

{% endif %}

Order Summary

{% endblock content %}