{% extends "base.html" %} {% block title %}Budgets - Janus{% endblock %} {% block budgets_active %}bg-gray-700 text-white{% endblock %} {% block content %}

Budgets

Daily periods reset at midnight in {{ reporting_timezone }}. Changing the reporting timezone recalculates active budget usage immediately.

Create / Update Budget

{% include "budgets_partial.html" %}
{% endblock %}