{% extends "billing/base_billing.html" %} {% block title %}Budget Warning — Future AGI{% endblock %} {% block preheader %}{{ budget_name }} crossed the warning threshold. Dashboard banner is now live.{% endblock %} {% block txid %}◦ BUDGET / WARN{% endblock %} {% block content %}

Budget warning

{{ budget_name }} for {{ scope }} has crossed its warning threshold. A banner is now visible in your dashboard.

Warn· Warning threshold crossed

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

If usage continues to grow, consider raising the budget limit or upgrading for volume discounts.

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