Transaction History for {{ user['username'] }}#{{ user['discriminator'] }}
Sort by:
Date
Amount
Order:
Ascending
Descending
Sort
Type
Amount
Time
{% for transaction in transactions %}
{{ transaction.TYPE }}
${{ transaction.amount }}
{{ transaction.TIME.strftime('%Y-%m-%d %H:%M:%S') }}
{% else %}
No transactions found.
{% endfor %}
Back to Wallet