{% extends "base.html" %} {% block title %}Cart - LegalSnacks{% endblock %} {% block content %}
{{ item.product.tagline }}
Quantity: {{ item.quantity }}
${{ "%.2f"|format(item.subtotal) }}
${{ "%.2f"|format(item.product.price) }} each
${{ "%.2f"|format(total) }}
⚠️ Insufficient balance! You need ${{ "%.2f"|format(total - user_balance) }} more.
{% endif %}You need more funds to complete this order
{% endif %} {% else %} Login to Checkout {% endif %}Your cart is empty. Time to fill it with delicious wrongdoing!
Browse Products