{% 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:') }}

  • {{ _('Organization URL:') }} {{ realm_uri }}
  • {% if ldap %} {% if ldap_username %}
  • {{ _('Username:') }} {{ ldap_username }}
  • {% else %}
  • {{ _('Use your LDAP account to login') }}
  • {% endif %} {% else %}
  • {{ _('Email:') }} {{ email }}
  • {% endif %} {% trans %}(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 %}