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

Users

Lists

00 items selected
{% for u in users %} {% endfor %}
No. User Profile Balance Created Status action
{{ u.id }}
{{ u.user.username }}
{{ u.user.email }}
{{ u.balance|floatformat:2|intcomma }} {{ u.user.date_joined }}
{% endblock content %}