{% extends 'store/base.html' %} {% load static %} {% load customfunction %} {% block container %}
{% for item in o_item %} {% endfor %}
# Name Price Qty Sub-Total
{{ item.book.name }} {{ item.book.price }} $. {{ item.quantity }} {{ item.book.price|subtotal:item.quantity }} $.
{% endblock %}