{% extends "base.html" %} {% block content %}

Transactions


{% for row in table.items %} {% endfor %}
Date Amount Type Source Account Destination Account Concept
{{ row.date }} {{ row.amount }} {{ row.type }} {{ row.source_account.name }} {{ row.destination_account.name }} {{ row.concept }}
{% endblock %}