{% load humanize %}
{% include 'partials/base.html' %}
{{ a.name }}
{% for p in cat %}
{% endfor %}
{{ a.name }} Country Available Price Action

{{ p.name }}

{% if p.description == None %}
{% else %}
{{ p.description }}
{% endif %}
₦{{ p.price|floatformat|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|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