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