{% extends "billing/base_billing.html" %} {% block title %}License Expiring — Future AGI{% endblock %} {% block preheader %}Your Enterprise Edition license expires in {{ days_remaining }} days.{% endblock %} {% block txid %}◦ LICENSE / EXPIRING{% endblock %} {% block content %}

EE license expires in {{ days_remaining }} day{{ days_remaining|pluralize }}

Your Future AGI Enterprise Edition license is expiring soon. After expiry, your instance enters a 30-day grace period, then degrades to the open-source feature set.

Warn· Renew before expiry

Renew now to keep SSO, RBAC, audit logs, and other EE features running without interruption.

{% include "billing/_button.html" with url=base_url|add:"/dashboard/settings/ee-licenses" text="Renew license" variant="warn" %}
{% endblock %}