{% extends 'master.html' %} {% load static %} {% block content %}

Your Cart

{% for item in cart_items %} {% empty %} {% endfor %}
Template Title Description Color Font Style Custom Image Actions

{{ item.template.name }}

{{ item.title }} {{ item.description }}
{{ item.font_style }} {% if item.image %} {% else %} No Image {% endif %} Proceed to Payment Remove
Your cart is empty.
{% endblock %}