{% load humanize %}
{% if request.user.is_authenticated %} {% endif %}
{% include 'partials/base.html' %}
{% for a in all_cat %} {% endfor %}
{% for a in all_cat %} {% for p in a.thelogs.all %}
{% endfor %} {% endfor %}
{{ a.name }} Country Available Price Action

{{ p.name }}

{% if p.description == None %}
{% else %}
{{ p.description }}
{% endif %}
₦{{ p.price|floatformat:0|intcomma }} Available {{ p.qty }}
{% if p.qty <= "0" %} {% else %} {% if p.from_api == True %} {% elif p.from_acc == True %} {% else %} {% endif %} {% endif %}
Available {{ p.qty }} ₦{{ p.price|floatformat:0|intcomma }} {% if p.qty <= "0" %} {% else %} {% if p.from_api == True %} {% elif p.from_acc == True %} {% else %} {% endif %} {% endif %}
LAST ORDER
{% for o in order %} {% endfor %}
... Buy {{ o.qty }} {{ o.log }}... - ₦{{ o.amount|floatformat:2|intcomma }} {{ o.date|timesince }} minute ago