Asset Accounts

{% for account in accounts %} {% if account.role_bs == 'assets' %} {% endif %} {% endfor %}
Role Account Code Account Name Balance Type Active Locked Actions
{{ account.get_role_display }} {{ account.code }} {{ account.name }} {% if account.active %} {% endif %} {% if account.locked %} {% endif %} Edit Txs

Liability Accounts

{% for account in accounts %} {% if account.role_bs == 'liabilities' %} {% endif %} {% endfor %}
Role Account Code Account Name Balance Type Active Locked Actions
{{ account.get_role_display }} {{ account.code }} {{ account.name }} {% if account.active %} {% endif %} {% if account.locked %} {% endif %} Edit

Equity Accounts

{% for account in accounts %} {% if account.role_bs == 'equity' %} {% endif %} {% endfor %}
Role Account Code Account Name Balance Type Active Locked Actions
{{ account.get_role_display }} {{ account.code }} {{ account.name }} {% if account.active %} {% endif %} {% if account.locked %} {% endif %} Edit