{% extends "base.html" %}
{% block title %}Budgets — abn-combined{% endblock %}
{% block content %}
Budget vs actual per category. Actuals use effective categories (manual precedence) within each budget's current period window.Budgets
Note: Budget actuals exclude transfers. Transfer transactions are not counted toward budget spend.
{% if error %}{{ error }}
{% endif %} {% include "_budgets_table.html" %}