{% extends "billing/base_billing.html" %} {% block title %}You've been added to {{ org_name }}{% endblock %} {% block preheader %}{{ invited_by }} added you to {{ org_name }} on Future AGI.{% endblock %} {% block txid %}◦ WORKSPACE / JOINED{% endblock %} {% block content %} Workspace Docked

You've joined {{ org_name }}

{{ invited_by }} added you to {{ org_name }}. Sign in with your existing Future AGI account — the new workspace is already waiting for you.

{% include "billing/_button.html" with url=app_url|add:"/dashboard" text="Open workspace →" variant="primary" %}

Didn't expect this invitation? Ask {{ invited_by }} or reach out to support if something looks off.

{% endblock %}