{% extends "zerver/emails/compiled/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{{ _('Welcome to Zulip!') }}
{% if realm_creation %} {% trans %} You've created the new Zulip organization {{ realm_name }}. {% endtrans %} {% else %} {% trans %} You've joined the Zulip organization {{ realm_name }}. {% endtrans %} {% endif %}
{{ _('Your account details:') }}
{% 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 %}