{% extends "billing/base_billing.html" %} {% block title %}Payment Failed — Future AGI{% endblock %} {% block preheader %}Your card was declined. Update your payment method to avoid service interruption.{% endblock %} {% block txid %}◦ BILLING / ALERT{% endblock %} {% block content %}

Payment failed

We couldn't process the payment for your latest invoice{% if invoice_id %} ({{ invoice_id }}){% endif %}.

Error· Card declined

Your card was declined. Update your payment method to avoid service interruption.

Your account stays active while we retry. If the payment isn't resolved within 14 days, your account will be downgraded to Free.

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