{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{% trans %}If you've already decided to use Zulip for your organization, welcome! You can use our guide for moving to Zulip to get started.{% endtrans %}
{% trans %}Otherwise, here is some advice we often hear from customers for evaluating any team chat product:{% endtrans %}
{% trans %}Zulip is designed to enable efficient communication, and we hope these tips help your team experience it in action.{% endtrans %}
{% if corporate_enabled %} {{macros.contact_us_zulip_cloud(support_email)}} {% else %} {{macros.contact_us_self_hosted(support_email)}} {% endif %}
{% endblock %} {% block manage_preferences %}{% trans %}Unsubscribe from welcome emails for {{ realm_name }}{% endtrans %}
{% endblock %}