{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{% if create_realm %} {{ _("You have requested a new Zulip organization:") }}
{% if create_realm %} {{ _("Click the button below to create the organization and register your account. You'll be able to update the information above if you like.") }} {% 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 %}