{% extends "zerver/portico_signup.html" %} {% set entrypoint = "register" %} {% block title %} {{ _("Import from Slack") }} | Zulip {% endblock %} {% block portico_content %}

{{ _("Import from Slack") }}

{% if poll_for_import_completion %} {% if import_poll_error_message %}

{{ import_poll_error_message }}

{% endif %}
{{ _("Checking import status…") }}
{% else %}
{{ csrf_input }}
{% trans %} Follow these instructions to obtain a Bot User OAuth Token. {% endtrans %}
{% if slack_access_token_validation_error %}

{{ slack_access_token_validation_error }}

{% endif %}
{% if slack_access_token %}
{% trans %} Follow these instructions to obtain your Slack message history export. {% endtrans %}

{{ invalid_file_error_message }}

{{ csrf_input }}
{{ uploaded_import_file_name }}
{% endif %} {% endif %}
{% if poll_for_import_completion %} {% else %}
{% trans %} Or create organization without importing data. {% endtrans %}
{% endif %}
{% endblock %}