Back to Zulip

{{ _("Organization import completed!") }}

templates/zerver/realm_import_post_process.html

12.0647 B
Original Source

{% extends "zerver/portico_signup.html" %} {% set entrypoint = "register" %} {% block title %}

{{ _("Finalize organization import") }} | Zulip{% endblock %} {% block portico_content %}

{{ _("Organization import completed!") }}

{{ csrf_input }}

{% trans %} No account in the imported data matched the email address you've verified with Zulip ( {{ verified_email }} ). Select an account to associate your email address with. {% endtrans %}

{{ _("Select your account") }} {{ _("Create new account") }} {% for user in users %} {{ user.full_name }} ({{user.delivery_email}}) {% endfor %}

{{ _("Confirm") }}

{% endblock %}