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

{% if create_realm %} {{ _('You have requested a new Zulip organization. Awesome!') }} {% else %} {{ _('You recently signed up for Zulip. Awesome!') }} {% endif %}

{% if create_realm %} {{ _('Click the button below to create the organization and register your account.') }} {% else %} {{ _('Click the button below to complete registration.') }} {% endif %} {{ _('Complete registration') }}

{% if corporate_enabled %} {{macros.contact_us_zulip_cloud(support_email)}} {% else %} {{macros.contact_us_self_hosted(support_email)}} {% endif %}

{% endblock %}