{% extends 'partials/base.html' %} {% load static %} {% load humanize %} {% load crispy_forms_tags %} {% block extra_css %} {% endblock extra_css %} {% block contents %}
# | Username | Phone / Email | Address | Rating | Wallet Balance | Joining Date | Action |
---|---|---|---|---|---|---|---|
|
{{customers.username}} |
{{customers.phone}} {{customers.email}} |
{{customers.address}} | {{customers.rating}} | $ {{customers.wallet_balance|intcomma}} | {{customers.joining_date|date:"d M, Y"}} |