Revenue By Category

{% if revenue_categories %}
{% for category in revenue_categories %} {% endfor %}
Category Entries Total
{{ category.category or "-" }} {{ category.count }} ${{ "%.2f"|format(category.total) }}
{% else %}

No revenue records yet.

{% endif %}

Operating Costs By Category

{% if cost_categories %}
{% for category in cost_categories %} {% endfor %}
Category Entries Total
{{ category.category or "-" }} {{ category.count }} ${{ "%.2f"|format(category.total) }}
{% else %}

No operating cost records yet.

{% endif %}

Token spend is tracked separately in the summary cards from token_logs.