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

🛍️ Marketplace

Browse and buy available products instantly

{% csrf_token %}
{% for l in l %}
{{ l.name }}

{{ l.name }}

{% if l.description %} {{ l.description }} {% endif %}

₦{{ l.price|floatformat:2|intcomma }} 👑 Admin
{% csrf_token %}
Available: {{ l.qty }}
{% if l.from_api %} {% elif l.from_api %} {% else %} {% endif %}
{% if request.user.is_authenticated %} {% if l.qty == "0" %} {% else %} {% if l.from_api %} {% elif l.from_acc %} {% else %} {% endif %} {% endif %} {% else %} Buy Now {% endif %}
{% endfor %} {% for l in o %}
{{ l.name }}

{{ l.name }}

{% if l.description %} {{ l.description }} {% endif %}

₦{{ l.price|floatformat:2|intcomma }} 👑 Admin
{% csrf_token %}
Available: {{ l.qty }}
{% if l.from_api %} {% elif l.from_api %} {% else %} {% endif %}
{% if request.user.is_authenitcated %} {% if l.qty == "0" %} {% else %} {% if l.from_api %} {% elif l.from_acc %} {% else %} {% endif %} {% endif %} {% else %} Buy Now {% endif %}
{% endfor %} {% for l in log %}
{{ l.name }}

{{ l.name }}

{% if l.description %} {{ l.description }} {% endif %}

₦{{ l.price|floatformat:2|intcomma }} 👑 Admin
{% csrf_token %}
Available: {{ l.qty }}
{% if l.from_api %} {% elif l.from_api %} {% else %} {% for d in l.profilelog.all %}
{% endfor %} {% endif %}
{% if request.user.is_authenitcated %} {% if l.qty == "0" %} {% else %} {% if l.from_api %} {% elif l.from_acc %} {% else %} {% endif %} {% endif %} {% else %} Buy Now {% endif %}
{% endfor %}
{% if messages %} {% for m in messages %} {% if m == "error" %} {% elif m == "qty" %} {% elif m == "success" %} {% elif m == "avi" %} {% else%} {% endif %} {% endfor %} {% endif %} {% endblock content %}