remote realm
{{ remote_realm.name }}
Remote server hostname: {{ remote_realm.host }}
Date created: {{ remote_realm.realm_date_created.strftime('%d %B %Y') }}
Org type: {{ get_org_type_display_name(remote_realm.org_type) }}
{% if remote_realm.plan_type == SPONSORED_PLAN_TYPE %}
On 100% sponsored Zulip Community plan.
{% endif %}
{% if 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 'analytics/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 %}
{% include 'analytics/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 'analytics/current_plan_forms_support.html' %}
{% endwith %}
{% endif %}