{% extends 'partials/base.html' %} {% load static %} {% load humanize %} {% block content %}
{% for p in log %}
Instagram Logo

{{ p.name }}

{% if p.qty > "0" %} In Stock: {{ p.qty }} qty. {% else %} In Stock: 0 qty. {% endif %}
Per Quantity: ₦{{ p.price|intcomma }}
{% if p.qty > "0" %} {% else %} {% endif %}
{% endfor %}
{% endblock content %}