{% extends 'transactions/extends/layout.html' %} {% load static %} {% load humanize %} {% block content %}
| S/N | Code | Account Name | Category | Action |
|---|---|---|---|---|
| {{ forloop.counter }} | {% if account.code %} {{ account.code }} {% else %} --- {% endif %} | {{ account.display_name }} | {{ account.category.name }} |