← Back to Homepage
Your Wallet
{{ current_balance }} AED
Top Up Wallet
{{ total_spent }} AED
Total Spent
{{ total_topped_up }} AED
Total Topped Up
Recent Transactions
{% if transactions %} {% for transaction in transactions %}
{{ transaction.description }}
{{ transaction.created_at|date:"M d, Y H:i" }}
{% if transaction.type == 'top_up' %}+{% else %}-{% endif %}{{ transaction.amount }} AED
{% endfor %} {% else %}
No transactions yet.
{% endif %}