{% extends 'base.html' %} {% block content %}

Money Added (Recharges)

{% for r in rows %} {% endfor %}
IDClientAmountReasonRefCreated
{{ r.id }} {{ r.user_name or '-' }} ${{ '%.2f'|format(r.amount) }} {{ r.reason or '-' }} {{ r.ref_type }}#{{ r.ref_id }} {{ r.created_at }}
{% endblock %}