{% extends "vendor/base.html" %} {% load l10n %} {% block title %}Cart{% endblock %} {% block vendor_content %}
Product | Quantity | Per Item Cost | Cost | Delete |
---|---|---|---|---|
{{ items.offer.product.name }} | {{ items.price|localize }} | {{ items.total|localize }} | Remove Item |