{% extends "generic-report.html" %} {% load mytags %} {% block title %}Account Balances Report | Bean Counter {% endblock %} {% block content %}

Accounts

{% for t in tally.0 %} {% endfor %}
iddayaccount0
{{t.0}} {{t.1}} {{t.2}}

{% for t in tally.1 %} {% endfor %}
iddayaccount1
{{t.0}} {{t.1}} {{t.2}}
{% endblock %}