{% extends 'transactions/extends/layout.html' %} {% load static %} {% load humanize %} {% block content %} {% block scripts %} {% endblock %}
| 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 }} |