{% extends 'shop/base.html' %} {% block body %}
{% for item in buyList %} {% if item.user.username == user.username %}
photo

{{ item.product.p_name }}

Price : ₱{% widthratio item.quantity 1 item.product.p_cost %}


{% endif %} {% endfor %}
{% endblock %}