{% extends "zerver/emails/compiled/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}

{{ _('Welcome to Zulip!') }}

{% if realm_creation %} {% if is_demo_org %} {% trans %}You've created a demo Zulip organization. Note that this organization will be automatically deleted in 30 days. Learn more about demo organizations here!{% endtrans %} {% else %} {% trans %}You've created the new Zulip organization {{ realm_name }}.{% endtrans %} {% endif %} {% else %} {% trans %}You've joined the Zulip organization {{ realm_name }}.{% endtrans %} {% endif %}

{{ _('Your account details:') }}

{% trans apps_page_link="https://zulip.com/apps" %}(you'll need these to sign in to the mobile and desktop apps){% endtrans %}

{% if is_realm_admin %} {% trans %}Check out our guide for admins, become a Zulip pro with a few keyboard shortcuts, or dive right in!{% endtrans %} {% else %} {% trans %}Learn more about Zulip, become a pro with a few keyboard shortcuts, or dive right in!{% endtrans %} {% endif %}

{{ _("Cheers,") }}
{{ _("Team Zulip") }}

{% trans %}PS: Follow us on Twitter, star us on GitHub, or chat with us live on the Zulip community server!{% endtrans %}

{% endblock %}