Date
Transaction Details
Amount
Transaction Type
Card
Category
Action
{% for row in data %}
{{ row['Date'] }}
{{ row['Transaction Details'] }}
{{ row['Amount'] }}
{{ row['Transaction Type'] }}
{{ row['Card'] }}
{{ row['Category'] }}
Update
{% endfor %}
Submit