{% extends "billing/base_billing.html" %} {% block title %}Payment Reminder — Future AGI{% endblock %} {% block preheader %}Retry unsuccessful. Please update your payment method.{% endblock %} {% block txid %}◦ BILLING / REMINDER{% endblock %} {% block content %}

Payment still pending

We retried your payment but it was not successful. Your account remains active for now — but please update your payment method soon.

Warn· Retry unsuccessful

If this isn't resolved in {{ days_until_downgrade|default:"11" }} days, your account will be downgraded to Free and you'll lose access to paid features.

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