Cloud realm

{{ realm.name }}

URL: {{ realm.url }} | stats | activity
Date created: {{ realm.date_created|timesince }} ago
{% set owner_emails_string = get_realm_owner_emails_as_string(realm) %} Owners: {{ owner_emails_string }} {% if owner_emails_string %} {% endif %}
{% set admin_emails_string = get_realm_admin_emails_as_string(realm) %} Admins: {{ admin_emails_string }} {% if admin_emails_string %} {% endif %}
{% set first_human_user = realm.get_first_human_user() %} {% if first_human_user %} First human user: {{ first_human_user.delivery_email }} {% else %} First human user: {% endif %}
Status:
{{ csrf_input }}
New subdomain:
{{ csrf_input }}
Org type:
{{ csrf_input }}
Plan type:
{{ csrf_input }}
Sponsorship pending:
{{ csrf_input }}
{% if realm_support_data[realm.id].sponsorship_data.sponsorship_pending %}
{{ csrf_input }} (will email organization owners)
{% endif %} {% with %} {% set sponsorship_data = realm_support_data[realm.id].sponsorship_data %} {% set PLAN_TYPES = REALM_PLAN_TYPES_FOR_DISCOUNT %} {% set remote_id = realm.id %} {% set remote_type = "realm_id" %} {% include 'corporate/support/sponsorship_discount_forms.html' %} {% endwith %} {% if realm_support_data[realm.id].sponsorship_data.sponsorship_pending %} {% with %} {% set latest_sponsorship_request = realm_support_data[realm.id].sponsorship_data.latest_sponsorship_request %} {% include 'corporate/support/sponsorship_request_details.html' %} {% endwith %} {% endif %}
{% if realm_support_data[realm.id].plan_data.current_plan %}
{% with %} {% set plan_data = realm_support_data[realm.id].plan_data %} {% set dollar_amount = dollar_amount %} {% include 'corporate/support/current_plan_details.html' %} {% endwith %}
Billing collection method
{{ csrf_input }}
Modify plan
{{ csrf_input }}
{% endif %}

❌ Scrub realm

{{ csrf_input }}