{% extends "vendor/base.html" %} {% block content %}
{% for items in object_list %} {% endfor %}
Product Quantity Per Item Cost Cost
{{ items.offer.product.name }} {{ items.quantity }} {{ items.price }} {{ items.total }}

Total number of items: {{item_count}}

Order Total: {{order_total}}

{% csrf_token %}

Back To Cart
{% endblock %}