{% load humanize %} {% for gl in general_ledgers %} {% endfor %}
# Txn Date Transaction Ledger (Account) Amount(debit) Amount(Credit) Description
{{ forloop.counter }} {{ gl.txno }} {{ gl.tx_date }} {{ gl.transaction_type }} {{ gl.account_dr.member.member_names|default:gl.account_dr.name }} {{ gl.reporting_amount|intcomma }} {{ gl.narration }}
{{ gl.txno }} {{ gl.tx_date }} {{ gl.action }} {{ gl.account_cr.member.member_names|default:gl.account_cr.name }} {{ gl.reporting_amount|intcomma }} {{ gl.narration }}
{% if general_ledgers.has_other_pages %} {% endif %}