{% extends 'index.html' %} {% load humanize %} {% block content %}
| Category | Amount |
|---|---|
| {{ row.category__category }} | $ {{ row.total|floatformat:2|intcomma }} |
| No income category data found. | |
| Total: | $ {{ income_category_total|floatformat:2|intcomma }} |
| Sub-Category | Amount |
|---|---|
| {{ row.sub_cat__sub_cat }} | $ {{ row.total|floatformat:2|intcomma }} |
| No income sub-category data found. | |
| Total: | $ {{ income_subcategory_total|floatformat:2|intcomma }} |
| Category | Amount |
|---|---|
| {{ row.category__category }} | $ {{ row.total|floatformat:2|intcomma }} |
| No expense category data found. | |
| Total: | $ {{ expense_category_total|floatformat:2|intcomma }} |
| Sub-Category | Amount |
|---|---|
| {{ row.sub_cat__sub_cat }} | $ {{ row.total|floatformat:2|intcomma }} |
| No expense sub-category data found. | |
| Total: | $ {{ expense_subcategory_total|floatformat:2|intcomma }} |