{% extends "base.html" %} {% block title %}Account {{account.account_name}}{% endblock title %} {% block body %}
| Description | Date | Amount | Category |
|---|---|---|---|
| {{tx.description}} | {{tx.transaction_timestamp}} | {{tx.amount/100}} | {{tx.category}} |
Loaded {{n_txs}} transactions