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

Wallet

{% if messages %} {% for m in messages %} {% endfor %} {% endif %}
{% for h in wallet %} {% endfor %}
# Handle Email Address Balance Action
{{ h.id }} {{ h.user.username }} {{ h.user.email }} ₦{{ h.balance|floatformat:2|intcomma }} Edit
{% endblock content %}