{% extends "billing/base_billing.html" %} {% block title %}You're invited to {{ workspace_name }} on Future AGI{% endblock %} {% block preheader %}{{ invited_by }} invited you to {{ workspace_name }} ({{ org_name }}). Temporary password inside.{% endblock %} {% block txid %}◦ WORKSPACE / INVITE{% endblock %} {% block content %} New Crew Invite

Welcome aboard {{ workspace_name }}

{{ invited_by }} invited you to {{ workspace_name }} in {{ org_name }}. Here are your temporary credentials.

Sign-in Credentials

Email {{ email }}
Password {{ password }}

Rotate this password from account settings after signing in.

{% include "billing/_button.html" with url=app_url|add:"/auth/jwt/invitation/set-password/"|add:uid|add:"/"|add:token text="Accept & sign in →" variant="primary" %}

Not expecting this invitation? Ignore it and no access will be granted.

{% endblock %}