{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %} {% if realm_creation %} {% if is_demo_org %}
{% trans demo_organizations_help_link="https://zulip.com/help/demo-organizations" %}Congratulations, you have created a new Zulip demo organization. Note that this organization will be automatically deleted in 30 days. Learn more about demo organizations here! {% endtrans %}
{% else %}{% trans %}Congratulations, you have created a new Zulip organization: {{ realm_name }}.{% endtrans %}
{% endif %} {% else %}{{ _('Welcome to Zulip!') }}
{% trans %}You've joined the Zulip organization {{ realm_name }}. {% endtrans %}
{% endif %}{% trans apps_page_link="https://zulip.com/apps/" %}You will use the following info to log into the Zulip web, mobile and desktop apps:{% endtrans %}
{% trans %}If you are new to Zulip, check out our Getting started guide!{% endtrans %} {% if is_realm_admin %} {% trans %}We also have a guide for Setting up your organization.{% endtrans %} {% endif %}
{% if corporate_enabled %} {% trans %}Questions? Contact us — we'd love to help!{% endtrans %} {% else %} {{macros.contact_us_self_hosted(support_email)}} {% endif %}
{% endblock %}