{% extends "base.html" %} {% block title %}Spending by category — goetta-finance{% endblock %} {% block content %}
Last {{ days }} days. Income is excluded; see the Spending page for income vs. spending totals.
{% if has_data %} {% else %}No spending in the last {{ days }} days.
{% endif %} {% endblock %}