{% for p in log %}
{% endfor %}
{{ 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 %}
Per Quantity: ₦{{ p.price|intcomma }}