{% extends 'partials/new_base.html' %} {% load static %} {% block content %} {% if bool == True %}
Product
Price
Stock
{% for p in cat %}
{% if request.user.is_authenticated %} {{ p.name }} {% else %} {{ p.name }} {% endif %}
{{ p.qty }} pcs
{% if request.user.is_authenticated %} {% else %} {% endif %}
{% endfor %} {% else %} {% endif %} {% endblock content %}