{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}

{{ _("As you are getting started with Zulip, we'd love to help you discover how it can work best for your needs. Check out this guide to key Zulip features for organizations like yours!") }}

{% if organization_type == "business" %} {{ _("View Zulip guide for businesses") }} {% elif organization_type == "opensource" %} {{ _("View Zulip guide for open-source projects") }} {% elif organization_type == "education" %} {{ _("View Zulip guide for education") }} {% elif organization_type == "research" %} {{ _("View Zulip guide for research") }} {% elif organization_type == "event" %} {{ _("View Zulip guide for events and conferences") }} {% elif organization_type == "nonprofit" %} {{ _("View Zulip guide for non-profits") }} {% elif organization_type == "community" %} {{ _("View Zulip guide for communities") }} {% endif %}

{% 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 %}