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

{{ user.count }}

Total Users

₦{{ spent|floatformat:2|intcomma }}

Total amount received

{{ order.count }}

Total Orders

3

Total tickets

₦{{ wall|floatformat:2|intcomma }}

Total Users' Balance

Last Newest Users

{% for u in new %} {% endfor %}
User ProfileBalancehistory IPCreatedStatus
{{ u.username }}
{{ u.email }}
₦{{ u.balance|floatformat:2|intcomma }} 105.112.208.186 {{ u.date_joined }} Active
{% endblock content %}