{% extends "zerver/emails/compiled/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{{ _('Hi there,') }}
{{ _('Welcome to Zulip! A few tips to get you started:') }}
•
{% trans %}
Zulip works best when it's always open, so we suggest downloading
our desktop and mobile apps.
{% endtrans %}
{% trans %}
To access your account from the apps, enter this Organization URL:
{% endtrans %}
{{ realm_uri }}
•
{% trans %}
Become a Zulip pro with a few
keyboard shortcuts:
{% endtrans %}
n: {{ _('Next unread thread') }}
r: {{ _('Reply to message under the blue box') }}
c: {{ _('Start a new topic') }}
• {% trans %} Give our guide for new {{ user_role_group }} a spin. {% endtrans %}
{% trans %}
Zulip combines the real-time ease of chat with the threaded organization
of email. Zulip is about productivity—making communication fun and
easy, while avoiding the distracting and disorganized conversations of
chatrooms. We hope you love using Zulip as much as we do.
{% endtrans %}
{{ _("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 %}