{% extends "base.html" %} {% block title %}Account {{account.account_name}}{% endblock title %} {% block body %}
{{account.account_name}}
+

Net amount

Last transactions

{% for tx in transactions %} {% endfor %}
Description Date Amount Acc Category Link
{{tx.description}} {{tx.tx_date}} {{tx.amount/100}} {{tx.accumulated/100}} {% if tx.category %}{{categories[tx.category]}}{% endif %} Go to
<
{{curr_page}}
>
{% endblock body %}