| {% trans "Account Name" %} | {% trans "Code" %} | {% trans "Balance Type" %} | {% trans "Active" %} | |
|---|---|---|---|---|
| {{ account.name }} | {{ account.code }} |
{% if account.balance_type == 'debit' %}
{{ _("Debit") }}
{% else %}
{{ _("Credit") }}
{% endif %}
|
{% if account.active %} {% else %} {% endif %} |
|
| {% trans "No account found." %} | ||||
{{ page_obj.start_index }} {{ _("to") }} {{ page_obj.end_index }} {{ _("Items of")}} {{ page_obj.paginator.count }}