{% load humanize %} {% load difference_calc %} {% block content %} {% include 'transactions/exports/header_template.html'%}
| Name of GL | Amount |
| Assets | |
| {{ a.account.name }} | {{ a.amount|floatformat:2|intcomma }} |
| TOTAL ASSETS | {{ total_assets|floatformat:2|intcomma }} |
|---|---|
| Equity and Liabilities | |
| Retained Earnings Account | {{ b.amount|floatformat:2|intcomma }} |
| Member Savings | {{ b.amount|floatformat:2|intcomma }} |
| {{ b.account.name }} | {{ b.amount|floatformat:2|intcomma }} |
| TOTAL EQUITY AND LIABILITIES | {{ total_liabilities|floatformat:2|intcomma }} |