{% extends 'partials/new_base.html' %} {% load static %} {% load humanize %} {% block content %}

HI ,

Explore Product 👌
{% for a in all_cat %}

{{ a.name }}

Product
Price
Stock
{% for p in a.thelogs.all %}
{% if request.user.is_authenticated %} {{ p.name }} {% else %} {{ p.name }} {% endif %}
{{ p.qty }} pcs
{% if request.user.is_authenticated %} {% else %} {% endif %}
{% endfor %} {% endfor %}
{% for p in a.thelogs.all %} {% endfor %}
{% if request.user.is_authenticated %}
RECENT ORDER
{% for order in order %} {% endfor %}
Item Time
{{ order.user.username }}, just purchase
{{ order.log }}₦{{ order.amount|intcomma }}
{{ order.date }}
{% endif %}
{% endblock content %}