{% extends "billing/base_billing.html" %} {% block title %}Budget Threshold — Future AGI{% endblock %} {% block preheader %}{{ budget_name }} has crossed its notification threshold.{% endblock %} {% block txid %}◦ BUDGET / NOTIFY{% endblock %} {% block content %}

Budget threshold reached

{{ budget_name }} for {{ scope }} has crossed its notification threshold.

Budget· Threshold crossed

Dimension{{ scope }}
Threshold{{ threshold }}
Current{{ current_usage }}
Action{{ action }}

Adjust thresholds or change the action (notify, warn, or pause) in billing settings.

{% include "billing/_button.html" with url=base_url|add:"/dashboard/settings/billing" text="Manage budgets" variant="primary" %}
{% endblock %}