{% extends "billing/base_billing.html" %} {% block title %}Invoice Ready — Future AGI{% endblock %} {% block preheader %}Your Future AGI invoice for {{ period }} — {{ total }}.{% endblock %} {% block txid %}◦ INVOICE / ISSUED{% endblock %} {% block content %}

Invoice ready

Your Future AGI invoice for {{ period }} has been generated.

Invoice· Summary

Billing period {{ period }}
Total amount {{ total }}

Your card on file will be charged automatically. Full line-item breakdown is in your billing dashboard.

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