{% extends "billing/base_billing.html" %} {% block title %}Account Downgraded — Future AGI{% endblock %} {% block preheader %}Your account has been moved to Free due to an unresolved payment.{% endblock %} {% block txid %}◦ BILLING / DOWNGRADE{% endblock %} {% block content %}

Account moved to Free

Due to an unresolved payment issue, your Future AGI account has been downgraded to the Free plan.

Downgrade· What changed

·Add-on features (Boost, Scale, Enterprise) deactivated
·Usage above free-tier limits will be rejected
·Your Stripe subscription has been cancelled

Your existing data is safe. To restore access, add a valid payment method and re-subscribe.

{% include "billing/_button.html" with url=base_url|add:"/dashboard/settings/pricing" text="Re-subscribe" variant="primary" %}
{% endblock %}