{% extends "billing/base_billing.html" %} {% block title %}Payment Received — Future AGI{% endblock %} {% block preheader %}Payment of {{ total }} received. Thank you.{% endblock %} {% block txid %}◦ INVOICE / PAID{% endblock %} {% block content %}

Payment received

We've successfully processed your payment of {{ total }}. Thank you.

Ok· Account in good standing

No action needed. Your receipt is available in the billing dashboard.

Download your receipt from the billing dashboard.

{% include "billing/_button.html" with url=base_url|add:"/dashboard/settings/billing" text="View receipt" variant="primary" %}
{% endblock %}