Back to Zulip

Confirm Registration

templates/zerver/emails/confirm_registration.html

12.0979 B
Original Source

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

{{ _("You have requested a new Zulip organization:") }}

  • {% trans %}Organization URL: {{ organization_url }}{% endtrans %}
  • {% trans %}Organization type: {{ organization_type }}{% endtrans %}

{% else %}

{{ _("You recently signed up for Zulip. Awesome!") }}

{% endif %}

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