2017-07-06 05:14:00 +02:00
|
|
|
{% extends "zerver/emails/email_base_default.html" %}
|
2017-06-10 08:18:41 +02:00
|
|
|
|
|
|
|
{% block content %}
|
2017-06-30 19:15:09 +02:00
|
|
|
<p>Hi there,</p>
|
2013-10-07 17:36:38 +02:00
|
|
|
|
2017-06-30 19:15:09 +02:00
|
|
|
<p>Welcome to Zulip!</p>
|
|
|
|
<p>
|
|
|
|
Zulip is the team communication solution that combines the real-time
|
|
|
|
ease of chat with the threaded organization of email. At its core, Zulip
|
|
|
|
is about productivity—making communication fun and easy, while
|
|
|
|
avoiding the distracting and disorganized conversations of chatrooms.
|
|
|
|
</p>
|
2013-11-27 06:18:54 +01:00
|
|
|
|
2017-06-30 19:15:09 +02:00
|
|
|
<p>
|
|
|
|
We hope you love using Zulip as much as we do. Zulip works best when
|
|
|
|
it's always open, so we suggest pinning a browser tab or downloading
|
|
|
|
our <a href="https://zulipchat.com/apps">desktop and mobile apps</a>.
|
|
|
|
If you're new to Zulip's threading, we recommend starting with the
|
|
|
|
desktop or browser experience, and using mobile for notifications on the
|
|
|
|
go.
|
2017-08-18 05:33:06 +02:00
|
|
|
{% if is_realm_admin %}
|
|
|
|
If this is your first Zulip organization, we also recommend giving
|
|
|
|
our <a href="{{ organization_setup_advice_link }}">guide for new
|
|
|
|
admins</a> a spin.
|
|
|
|
{% endif %}
|
2017-06-30 19:15:09 +02:00
|
|
|
</p>
|
2013-11-27 06:18:54 +01:00
|
|
|
|
2017-06-30 19:15:09 +02:00
|
|
|
<p>
|
|
|
|
If you have any feedback, or want to see how we use Zulip for managing
|
|
|
|
the Zulip project itself, swing by
|
|
|
|
<a href="chat.zulip.org">chat.zulip.org</a> and say hi!
|
|
|
|
</p>
|
2013-10-07 17:36:38 +02:00
|
|
|
|
2017-06-30 19:15:09 +02:00
|
|
|
<p>Cheers,<br/>Team Zulip</p>
|
2013-10-07 17:36:38 +02:00
|
|
|
|
2017-06-30 19:15:09 +02:00
|
|
|
<p>
|
2017-07-03 11:32:06 +02:00
|
|
|
PS: Check us out on <a href="https://twitter.com/zulip">Twitter</a>
|
|
|
|
or star us on <a href="https://github.com/zulip/zulip">GitHub</a>!
|
2017-06-30 19:15:09 +02:00
|
|
|
</p>
|
2017-06-10 08:18:41 +02:00
|
|
|
{% endblock %}
|
2013-11-26 00:08:17 +01:00
|
|
|
|
2017-06-10 08:18:41 +02:00
|
|
|
{% block manage_preferences %}
|
2013-11-26 00:08:17 +01:00
|
|
|
<p>
|
2017-06-30 19:15:09 +02:00
|
|
|
<a href="{{ unsubscribe_link }}">Unsubscribe from welcome emails</a>
|
|
|
|
<small>(but there's only one more and aren't you a little curious?)</small>
|
2013-11-26 00:08:17 +01:00
|
|
|
</p>
|
2017-06-10 08:18:41 +02:00
|
|
|
{% endblock %}
|