Remote realm

{{ remote_realm.name }}

{% if remote_realm.realm_locally_deleted %}

Remote realm is locally deleted 🛑

{% endif %} {% if remote_realm.registration_deactivated %}

Remote realm registration deactivated 🛑

{% endif %} {% if remote_realm.realm_deactivated %}

Remote realm is deactivated on remote server 🛑

{% endif %} {% if remote_realm.plan_type == SPONSORED_PLAN_TYPE %}

On 100% sponsored Zulip Community plan 🎉

{% endif %} {% if support_data[remote_realm.id].sponsorship_data.default_discount %}

Has a discount 💸

{% endif %} Remote realm host: {{ remote_realm.host }}
{% set billing_emails_string = get_remote_realm_billing_user_emails(remote_realm) %} Billing users: {{ billing_emails_string }} {% if billing_emails_string %} {% endif %}
Date created: {{ support_data[remote_realm.id].date_created.strftime('%d %B %Y') }}
UUID: {{ remote_realm.uuid }}

Org type: {{ get_org_type_display_name(remote_realm.org_type) }}
Plan type: {{ get_plan_type_name(remote_realm.plan_type) }}
Non-guest user count: {{ support_data[remote_realm.id].user_data.non_guest_user_count }}
Guest user count: {{ support_data[remote_realm.id].user_data.guest_user_count }}

Mobile user count: {{ support_data[remote_realm.id].mobile_push_data.total_mobile_users }}
7-day mobile pushes count: {{ support_data[remote_realm.id].mobile_push_data.mobile_pushes_forwarded }}
Last push notification date: {{ support_data[remote_realm.id].mobile_push_data.last_mobile_push_sent }}
{% with %} {% set status = support_data[remote_realm.id].mobile_push_data.push_notification_status %} {% include 'corporate/support/push_status_details.html' %} {% endwith %} {% if remote_server_deactivated %}
{% with %} {% set sponsorship_data = support_data[remote_realm.id].sponsorship_data %} {% include 'corporate/support/sponsorship_details.html' %} {% endwith %}
{% elif remote_realm.plan_type != SPONSORED_PLAN_TYPE %}
{% with %} {% set sponsorship_data = support_data[remote_realm.id].sponsorship_data %} {% set remote_id = remote_realm.id %} {% set remote_type = "remote_realm_id" %} {% set has_fixed_price = support_data[remote_realm.id].plan_data.has_fixed_price %} {% include 'corporate/support/sponsorship_forms_support.html' %} {% endwith %}
{% endif %} {% if support_data[remote_realm.id].plan_data.current_plan %}
{% with %} {% set plan_data = support_data[remote_realm.id].plan_data %} {% set dollar_amount = dollar_amount %} {% include 'corporate/support/current_plan_details.html' %} {% endwith %} {% with %} {% set current_plan = support_data[remote_realm.id].plan_data.current_plan %} {% set remote_id = remote_realm.id %} {% set remote_type = "remote_realm_id" %} {% include 'corporate/support/current_plan_forms_support.html' %} {% endwith %}
{% endif %} {% if support_data[remote_realm.id].plan_data.next_plan %}
{% with %} {% set plan_data = support_data[remote_realm.id].plan_data %} {% set dollar_amount = dollar_amount %} {% set remote_id = remote_realm.id %} {% set remote_type = "remote_realm_id" %} {% include 'corporate/support/next_plan_details.html' %} {% endwith %}
{% elif not remote_server_deactivated %}
{% with %} {% set is_current_plan_billable = support_data[remote_realm.id].plan_data.is_current_plan_billable %} {% set remote_id = remote_realm.id %} {% set remote_type = "remote_realm_id" %} {% include 'corporate/support/next_plan_forms_support.html' %} {% endwith %}
{% endif %}