{% extends 'base.html' %} {% block content %} {% for bucket_obj in qs %}
{{ bucket_obj.product.name }} {{ bucket_obj.product.price }} {{ bucket_obj.qty }} {{ bucket_obj.total }}
{% endfor %}

{{ total }}

{% endblock %}