diff --git a/templates/account.html b/templates/account.html index 6d45d1b..527d197 100644 --- a/templates/account.html +++ b/templates/account.html @@ -1,7 +1,13 @@ {% extends 'layout.html' %} {% block main_content %}

{{ account.name }}

+ + + + +
Current balance{{ account.balance }}
Last updated{{ account.last_updated }}
Transactions
{% if records %} +

Transactions

{% for record in records %}
NameTypeAmountPosted