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