No transactions in this window. Adjust the date range, or import statements via the Upload or Download tabs.
{# Trends table partial: swapped by the controls form via htmx. #} {% macro amount_cell(row, period) -%} {%- if period.key in row.cells -%} {%- set value = row.cells[period.key] -%}
| {{ period.label }} | {% endfor %} {{ sort_th('total', 'Total', 'num total-col') }}|
|---|---|
| {% if row.has_children %} {% endif %} {{ row.label }} | {% for period in table.periods %}{{ amount_cell(row, period) }}{% endfor %} {{ total_cell(row.total) }}|
| {{ child.label }} | {% for period in table.periods %}{{ amount_cell(child, period) }}{% endfor %} {{ total_cell(child.total) }}|
| Total | {% for period in table.periods %} {% if period.key in table.column_totals %} {{ total_cell(table.column_totals[period.key]) }} {% else %}{% endif %} {% endfor %} {{ total_cell(table.grand_total) }} |
No transactions in this window. Adjust the date range, or import statements via the Upload or Download tabs.