{% extends "billing/base_billing.html" %} {% block title %}Final Warning — Future AGI{% endblock %} {% block preheader %}Account downgrade in {{ days_until_downgrade|default:"7" }} days unless payment is resolved.{% endblock %} {% block txid %}◦ BILLING / URGENT{% endblock %} {% block content %}

Downgrade in {{ days_until_downgrade|default:"7" }} day{{ days_until_downgrade|default:"7"|pluralize }}

Your payment has failed multiple times. If not resolved within {{ days_until_downgrade|default:"7" }} days, your account will automatically move to the Free plan.

Error· What you'll lose

Paid features, add-on benefits, and usage above free-tier limits. Your data is retained per your plan's retention policy.

{% include "billing/_button.html" with url=base_url|add:"/dashboard/settings/billing" text="Update payment method" variant="danger" %}
{% endblock %}