{% extends "ledger/base.html" %} {% load app_extras %} {% block title %}Trial Balance{% endblock %} {% block content %}

{{name}}'s Trial Balance

{% for trans in tb %} {% for item in trans %} {% endfor %} {% endfor %}
Transaction Debit Credit
{{item}}

{{name}}'s T Accounts

{% endblock %}